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

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

Issue 2906983002: DevTools: cleanup text input styles (Closed)
Patch Set: better Created 3 years, 7 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/ui/searchableView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css b/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
index b5c4f1e753059f1c1f72e86e1e8e635ec4716927..1883b2173471524fd23bfe804aa9ceb61e279449 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
@@ -102,7 +102,7 @@
line-height: 17px;
}
-.toolbar-search-control, .toolbar-replace-control {
+.toolbar-search-control, input.toolbar-replace-control {
pfeldman 2017/05/31 21:51:15 ditto
luoe 2017/06/01 01:10:43 SearchableView's input fields are exceptions that
border: 1px solid rgb(163, 163, 163);
height: 20px;
border-radius: 2px;

Powered by Google App Engine
This is Rietveld 408576698