| Index: third_party/WebKit/Source/devtools/front_end/inline_editor/cssShadowEditor.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/inline_editor/cssShadowEditor.css b/third_party/WebKit/Source/devtools/front_end/inline_editor/cssShadowEditor.css
|
| index 4578b1ca9ab7454338d68273aaa4b55cba591635..9f9ebf282afb81a4ec15712b6f9a46551efd38e2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/inline_editor/cssShadowEditor.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/inline_editor/cssShadowEditor.css
|
| @@ -75,24 +75,7 @@
|
| }
|
|
|
| .shadow-editor-text-input {
|
| - -webkit-appearance: none;
|
| - box-sizing: border-box;
|
| width: 52px;
|
| - height: 24px;
|
| margin-right: 8px;
|
| - padding: 3px 7px;
|
| - line-height: 16px;
|
| - border: 1px solid rgba(0, 0, 0, 0.14);
|
| - border-radius: 2px;
|
| - background-color: #ffffff;
|
| - color: #333;
|
| text-align: right;
|
| }
|
| -
|
| -.shadow-editor-text-input:focus, -theme-preserve {
|
| - border-color: #4285F4;
|
| -}
|
| -
|
| -.shadow-editor-text-input.invalid:not(:focus) {
|
| - border-color: #E67C73;
|
| -}
|
|
|