Chromium Code Reviews| 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 292d36fc84e5e08b512b638401e521cd0a9cc5da..1cab0beb5284e48ffc3402e7ce4150b82ee5aaf7 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css |
| @@ -5,14 +5,10 @@ |
| */ |
| .device-mode-size-input { |
| - background: hsl(0, 0%, 100%); |
| - border: none; |
| - padding: 2px 0; |
| - width: 34px !important; |
| + width: 40px !important; |
| 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%); |
| } |
| @@ -23,8 +19,9 @@ |
| .device-mode-size-input:disabled { |
| background: transparent; |
| - box-shadow: none; |
| -webkit-user-select: none; |
| + opacity: 0.6; |
| + border: none; |
|
einbinder
2017/05/18 22:11:37
nit: leave border: none where it was for blaming.
luoe
2017/05/23 23:40:21
This border: none isn't a move from Line 9, but an
einbinder
2017/05/24 19:58:32
Oh I misread the box-shadow none. My bad.
|
| } |
| .device-mode-x { |