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

Unified Diff: Source/devtools/front_end/auditsPanel.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/auditsPanel.css
diff --git a/Source/devtools/front_end/auditsPanel.css b/Source/devtools/front_end/auditsPanel.css
index 741995c19c6b003b8f6731a611cdba965b8c1e76..e1508cc312603dc7796812c69c504c3c9ef7caa8 100644
--- a/Source/devtools/front_end/auditsPanel.css
+++ b/Source/devtools/front_end/auditsPanel.css
@@ -156,7 +156,7 @@
.audit-result-view .severity-info {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.audit-result-view .severity-severe {
background-position: -224px -96px;
@@ -190,7 +190,7 @@
.audit-result-tree li.parent::before {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.audit-result-tree li.parent::before {
background-position: -4px -96px;
« no previous file with comments | « no previous file | Source/devtools/front_end/cm/cmdevtools.css » ('j') | Source/devtools/front_end/elementsPanel.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698