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

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

Issue 2912563003: DevTools: cleanup button styles (Closed)
Patch Set: fix test 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/searchableView.css ('k') | 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/textButton.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/textButton.css b/third_party/WebKit/Source/devtools/front_end/ui/textButton.css
index d4a718b8bedd6b7cf97c0f0f46fd464c4d2388f3..be3ce16176c161d1d8071833c1fa338048731c88 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/textButton.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/textButton.css
@@ -13,7 +13,7 @@
font-size: 12px;
margin: 0 1px 0 0;
text-shadow: 0 1px 0 hsl(0, 0%, 94%);
- min-height: 2em !important;
+ height: 24px;
padding-left: 10px;
padding-right: 10px;
-webkit-user-select: none;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/searchableView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698