Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
| index a6f546e4e942d2bced3d40f34d1a6d8bed7a519f..e034d88f755b714854e28dd51ef81d07f1a9012a 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
| @@ -142,7 +142,7 @@ iframe.widget { |
| .link { |
| cursor: pointer; |
| text-decoration: underline; |
| - color: rgb(17, 85, 204); |
| + color: rgb(17, 85, 204); |
|
caseq
2016/05/05 01:09:22
revert?
|
| } |
| button, |
| @@ -272,3 +272,7 @@ body.inactive select.chrome-select, |
| background-color: #333; |
| -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.5); |
| } |
| + |
| +label[is=dt-icon-label] { |
| + flex: none; |
| +} |