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

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

Issue 1304943002: DevTools: highlight attributes on selected DOM node (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: lowercase 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/elementsTreeOutline.css
diff --git a/Source/devtools/front_end/elements/elementsTreeOutline.css b/Source/devtools/front_end/elements/elementsTreeOutline.css
index c0ef71fc87a658ae142c1856b4c318743925179c..1def50e1beae4420829c331d937844654dd65a75 100644
--- a/Source/devtools/front_end/elements/elementsTreeOutline.css
+++ b/Source/devtools/front_end/elements/elementsTreeOutline.css
@@ -304,3 +304,19 @@ ol:hover > li > .elements-tree-shortcut-link {
color: rgb(87, 87, 87);
display: none;
}
+
+ol:focus li.selected .webkit-html-tag {
+ color: #a5a5a5;
+}
+
+ol:focus li.selected .webkit-html-tag-name,
+ol:focus li.selected .webkit-html-close-tag-name,
+ol:focus li.selected .webkit-html-attribute-value,
+ol:focus li.selected .webkit-html-external-link,
+ol:focus li.selected .webkit-html-resource-link {
+ color: white;
+}
+
+ol:focus li.selected .webkit-html-attribute-name {
+ color: #ccc;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698