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

Unified Diff: third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css

Issue 2644233007: DevTools: Use real focus in TreeOutline (Closed)
Patch Set: test results Created 3 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/accessibility/accessibilityNode.css
diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
index cd80169c193063825102b9ae6d5419d7aac7e83c..b4cc8e6808bc7520c143a589fbe84117091ac37a 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
@@ -161,7 +161,7 @@ li .inspect-dom-node {
top: 2px;
}
-.tree-outline:focus li.selected .inspect-dom-node {
+.tree-outline li.selected:focus .inspect-dom-node {
background-color: white;
}

Powered by Google App Engine
This is Rietveld 408576698