Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1624)

Unified Diff: Source/devtools/front_end/timelinePanel.css

Issue 15962010: Indent media queries in CSS files for the DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't indent media queries but leave a comment explaining where the closing brace for media queries… Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 62a3050f0da9bcf0b88d7c46c944ae13a2c69200..f04e77fcce6fea2e20ad4a3dcac291f2e8f18525 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -182,7 +182,7 @@
.timeline-category-checkbox-checked {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.timeline-tree-item {
height: 18px;
@@ -225,7 +225,7 @@
.timeline-expandable-arrow {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.timeline-expandable-collapsed .timeline-expandable-arrow {
background-position: -4px -96px;
@@ -280,7 +280,7 @@
.timeline-tree-item.child-warning::after {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.timeline-tree-item.child-warning::after {
opacity: 0.5;
@@ -481,7 +481,7 @@
#timeline-overview-sidebar .icon {
-webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.timeline-overview-sidebar-events .icon {
-webkit-mask-position: -192px -48px;
« Source/devtools/front_end/elementsPanel.css ('K') | « Source/devtools/front_end/sidebarPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698