| 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 00115d82e0a1793e47ef59d2e84dfdb4fb091ae9..3d7b2e07701e2e499a78d2362537e70224bed0ed 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| @@ -96,10 +96,6 @@
|
| color: #999;
|
| }
|
|
|
| -.toolbar-dimmed .toolbar-dropdown-arrow {
|
| - background-color: #999;
|
| -}
|
| -
|
| .toolbar-glyph {
|
| -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
|
| -webkit-mask-size: 352px 168px;
|
| @@ -122,8 +118,7 @@
|
| opacity: 0.5;
|
| }
|
|
|
| -.toolbar-button:enabled.hover:not(:active) .toolbar-glyph,
|
| -.toolbar-button:enabled.hover:not(:active) .toolbar-dropdown-arrow {
|
| +.toolbar-button:enabled.hover:not(:active) .toolbar-glyph {
|
| background-color: #333;
|
| }
|
|
|
|
|