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

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

Issue 2875193002: DevTools: update text inputs to new style (Closed)
Patch Set: ac Created 3 years, 6 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
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;
-}

Powered by Google App Engine
This is Rietveld 408576698