| 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 b59a2748fb9307c99b3b53e305e976bd495330cc..94fcc60b635945bf50de0284c541a1cae3e8e27c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| @@ -28,10 +28,6 @@
|
| flex-direction: row-reverse;
|
| }
|
|
|
| -.toolbar-shadow.toolbar-grow-vertical {
|
| - height: initial;
|
| -}
|
| -
|
| .toolbar-shadow.vertical {
|
| flex-direction: column;
|
| height: auto;
|
| @@ -73,10 +69,6 @@
|
| color: #5a5a5a;
|
| }
|
|
|
| -.toolbar-text:empty {
|
| - margin: 0;
|
| -}
|
| -
|
| .toolbar-has-dropdown {
|
| justify-content: space-between;
|
| }
|
| @@ -197,11 +189,11 @@
|
| }
|
|
|
| select.toolbar-item {
|
| - min-width: 38px;
|
| + min-width: 48px;
|
| -webkit-appearance: none;
|
| border: 0;
|
| border-radius: 0;
|
| - padding: 0 8px 0 5px;
|
| + padding: 0 15px 0 5px;
|
| margin-right: -10px;
|
| position: relative;
|
| }
|
| @@ -215,7 +207,6 @@ select.toolbar-item {
|
| margin: 1px 3px;
|
| background-color: white;
|
| border: solid 1px #d8d8d8;
|
| - min-width: 35px;
|
| }
|
|
|
| .toolbar-input.focused,
|
|
|