| 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;
|
| }
|
|
|