Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/cssShadowEditor.css

Issue 2389623002: DevTools: Reserve red outline on box shadow inputs (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698