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

Unified Diff: ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css

Issue 1294253003: MD Downloads: update basic cards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 5 years, 4 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 | « chrome/browser/resources/md_downloads/shared_style.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css
diff --git a/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css b/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css
index ae3d114b11839f6bf9562c77fcdcfa43c473dab0..7050cf3247857cb6cbe8b82b8592d907f397896b 100644
--- a/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css
+++ b/ui/webui/resources/cr_elements/v1_0/cr_button/cr_button.css
@@ -17,4 +17,14 @@ paper-button[toggles][active] {
paper-button {
margin: 0;
+ --paper-button: {
+ min-width: auto;
+ };
+}
+
+:host([lowercase]) paper-button {
+ --paper-button: {
+ min-width: auto; /* HACK(dbeam): mixins can't be redefined. */
michaelpg 2015/08/18 19:47:06 why is this a hack, and is it something you intend
Dan Beam 2015/08/18 19:51:12 paper-button { margin: 0; --paper-button: {
+ text-transform: none;
+ };
}
« no previous file with comments | « chrome/browser/resources/md_downloads/shared_style.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698