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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 1947283002: DevTools: [LiveSASS] make selectors and medias read-only for sass rules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
index 3064234e715fde2d76b41eda069c7f71e92bc3c8..b5ff71dde7bd82a433b62e2e94e526edecfeae67 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -242,6 +242,10 @@
color: rgb(85, 85, 85);
}
+.styles-section.sass-style .styles-section-title .media > span {
+ background-color: #eee;
+}
paulirish 2016/05/05 02:34:22 I think we can leave off these styles completely.
+
.styles-section-subtitle {
color: rgb(85, 85, 85);
float: right;
@@ -260,6 +264,10 @@
color: #888;
}
+.styles-section.sass-style .selector {
+ background-color: #eee;
+}
+
.styles-section .simple-selector.selector-matches, .styles-section.keyframe-key {
color: #222;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698