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

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

Issue 2697603007: [Devtools] Accessibility tree: Don't show siblings; always expand any node with children (Closed)
Patch Set: Created 3 years, 10 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 | « third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b4cc8e6808bc7520c143a589fbe84117091ac37a..52539116f894656df7f9aee6d295a005cf56591f 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
@@ -143,7 +143,7 @@ li.siblings-expanded button.expand-siblings {
}
.tree-outline li:hover .inspect-dom-node {
- display: initial;
+ display: inline-block;
}
.tree-outline li.no-dom-node:hover .inspect-dom-node,
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698