| 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 da591de1b9a146e21bcf863e4ac83719c73822db..825533585001a5f74ee51ebf932288090739d62c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
|
| @@ -116,7 +116,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;
|
| }
|
|
|