| Index: third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css b/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
|
| index 73dd2d8d73e2f8c6b3335c392108bdb7169e5be1..4578b1ca9ab7454338d68273aaa4b55cba591635 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css
|
| @@ -93,6 +93,6 @@
|
| border-color: #4285F4;
|
| }
|
|
|
| -.shadow-editor-text-input.invalid {
|
| +.shadow-editor-text-input.invalid:not(:focus) {
|
| border-color: #E67C73;
|
| }
|
|
|