| Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| index 6b93471648f0fe223fd96b78543a502e01a14b0c..088bcd1fc2643805b8817e48cf00dac05977fdfe 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| @@ -106,7 +106,14 @@
|
| font-weight: bold;
|
| }
|
|
|
| -.toolbar-button:not(.toolbar-has-glyph):not(.toolbar-has-dropdown):not(.menu-toolbar-item).hover {
|
| +.toolbar-render-as-links * {
|
| + font-weight: initial;
|
| + color: rgb(17, 85, 204);
|
| + text-decoration: underline;
|
| + cursor: pointer;
|
| +}
|
| +
|
| +:not(.toolbar-render-as-links) .toolbar-button:not(.toolbar-has-glyph):not(.toolbar-has-dropdown):not(.menu-toolbar-item).hover {
|
| background-color: #f3f3f3;
|
| }
|
|
|
| @@ -132,11 +139,11 @@
|
| opacity: 0.5;
|
| }
|
|
|
| -.toolbar-button:enabled.hover:not(:active) .toolbar-glyph {
|
| +:not(.toolbar-render-as-links) .toolbar-button:enabled.hover:not(:active) .toolbar-glyph {
|
| background-color: #333;
|
| }
|
|
|
| -.toolbar-button:enabled.hover:not(:active) .toolbar-text {
|
| +:not(.toolbar-render-as-links) .toolbar-button:enabled.hover:not(:active) .toolbar-text {
|
| color: #333;
|
| }
|
|
|
|
|