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

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

Issue 1085603003: DevTools: fix min-height of "text-button" devtools custom element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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: Source/devtools/front_end/ui/textButton.css
diff --git a/Source/devtools/front_end/ui/textButton.css b/Source/devtools/front_end/ui/textButton.css
index 1a4bea9425bd057971514bae8b70b6a3350ff491..d4a718b8bedd6b7cf97c0f0f46fd464c4d2388f3 100644
--- a/Source/devtools/front_end/ui/textButton.css
+++ b/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;
+ min-height: 2em !important;
padding-left: 10px;
padding-right: 10px;
-webkit-user-select: none;
« 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