| 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 6a90a479a53ed7b33324209fc07e7763590cca9d..a7cb71f19cedf2451f91c269b381eb34c92c1ab2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| @@ -5,16 +5,10 @@
|
| */
|
|
|
| .device-mode-size-input {
|
| - background: hsl(0, 0%, 100%);
|
| - border: none;
|
| - padding: 2px 0;
|
| - width: 34px !important;
|
| + width: 41px;
|
| + max-height: 18px;
|
| margin: 0 2px;
|
| text-align: center;
|
| - box-shadow: 0px 0px 1px 0px hsla(0, 0%, 0%, 0.13);
|
| - border-radius: 1px;
|
| - height: 18px;
|
| - color: hsl(210, 16%, 22%);
|
| }
|
|
|
| .device-mode-size-input:focus::-webkit-input-placeholder {
|
| @@ -23,7 +17,6 @@
|
|
|
| .device-mode-size-input:disabled {
|
| background: transparent;
|
| - box-shadow: none;
|
| -webkit-user-select: none;
|
| opacity: 0.6;
|
| }
|
|
|