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

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

Issue 1574213006: DevTools: beautified styles sidebar toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 4 years, 11 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: third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
index e4309b3d3a735765f1da873a9db605768db1a6b4..b5159926e61f2cb0e7aec12c578b6c883a5c19dd 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
@@ -25,6 +25,16 @@
margin-left: -13px;
}
+.elements-disclosure li.selected:after {
+ font-style: italic;
+ content: " == $0";
+ color: #555;
+}
+
+.elements-disclosure ol:focus li.selected:after {
+ color: white;
+}
+
.elements-disclosure li.parent::before {
box-sizing: border-box;
}

Powered by Google App Engine
This is Rietveld 408576698