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

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

Issue 1310433002: Devtools: [LayoutEditor] highlight changed value in the SSP (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 4 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/elements/elementsPanel.css
diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css
index d125a32abf6c15820ae6f6c1c5ed8d92fcc40b12..714acb6a8c6b7c1864fc4ce163da70332f4d71c6 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -198,6 +198,14 @@
background-color: rgba(255, 255, 0, 0.25);
}
+.styles-section .style-properties li .css-update-highlight {
+ border-radius: 2px;
+}
+
+.styles-section .style-properties li .css-update-highlight.first-part {
+ color: white !important;
+}
+
.styles-section .style-properties li.not-parsed-ok .exclamation-mark {
display: inline-block;
position: relative;
« no previous file with comments | « Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | Source/devtools/front_end/elements/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698