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

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

Issue 2912563003: DevTools: cleanup button styles (Closed)
Patch Set: a 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..f22cc279ed6780f39fe7fac9b603745101737c8f 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
@@ -78,8 +78,9 @@
margin: 1px 3px 0 3px;
background-image: linear-gradient(rgb(241, 241, 241), rgb(220, 220, 220));
width: 75px;
- height: 20px;
+ min-height: 20px !important;
pfeldman 2017/05/30 21:18:17 What else is setting min-height? Can we resolve th
luoe 2017/05/30 22:39:45 Done. We can resolve this by defining `height` fo
white-space: nowrap;
+ padding: 0;
pfeldman 2017/05/30 21:18:17 ditto
luoe 2017/05/30 22:39:45 Done. We can avoid this by letting these buttons
}
.toolbar-search button.search-action-button:active {

Powered by Google App Engine
This is Rietveld 408576698