| Index: third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| index e45ca46b39b26849af9bf9286caaf2f1d58ec4c1..03556bb33f61047ec298f202b574961303d737b1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| @@ -21,7 +21,7 @@
|
| }
|
|
|
| .device-mode-size-input.error-input {
|
| - outline: auto 2px red;
|
| + outline: auto 2px red !important;
|
| }
|
|
|
| .device-mode-size-input:disabled {
|
| @@ -34,3 +34,7 @@
|
| margin: 0 1px;
|
| font-size: 16px;
|
| }
|
| +
|
| +.device-mode-empty-toolbar-element {
|
| + width: 0;
|
| +}
|
|
|