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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css

Issue 2805593002: DevTools: Navigate TabbedPane with arrow keys (Closed)
Patch Set: Created 3 years, 8 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/ui/tabbedPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
index ab6f32027bf6ac29a1aa022e20d6a50300a878b1..31d443e620999ea9e0006059f68be52f80ea1b07 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
@@ -96,7 +96,8 @@
}
.tabbed-pane-header-tab:hover,
-.tabbed-pane-header-tab.selected:hover {
+.tabbed-pane-header-tab.selected:hover,
+.tabbed-pane-header-tab[data-keyboard-focus="true"]:focus {
color: #333;
background-color: #e5e5e5;
}

Powered by Google App Engine
This is Rietveld 408576698