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

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

Issue 1650283002: DevTools: remove DOM and Bindings dependencies from inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 908698b9bcd3d9a9f24a4c13faa66b35d902e5c9..7f6252be038e7edae690acf11560e93fe1329998 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
@@ -28,7 +28,8 @@
.elements-disclosure li.selected:after {
font-style: italic;
content: " == $0";
- color: #555;
+ color: black;
+ opacity: 0.6;
dgozman 2016/01/30 16:36:39 That's another patch.
pfeldman 2016/01/31 16:04:13 Ouch.
}
.elements-disclosure ol:focus li.selected:after {

Powered by Google App Engine
This is Rietveld 408576698