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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 1754473002: MD Settings: create a global "action button" style (blue, flat) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index b39dc83041ccb70375f44afbef72305fad1d08f2..f9cf3280aea96af486076b53942f916f5991f3fe 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -40,6 +40,16 @@
min-width: auto;
}
+ paper-button.call-to-action {
dpapad 2016/03/01 02:18:03 Can we keep the "action-button" name? Seems much m
Dan Beam 2016/03/01 17:44:04 Done. (though for future reference, I don't agree
dpapad 2016/03/01 17:56:11 For future reference, I think is better if we disc
+ background: var(--google-blue-500);
+ color: white;
+ font-weight: 500;
+ }
+
+ paper-button.call-to-action[disabled] {
+ opacity: .25; /* TODO(dbeam): check this value with bettes. */
+ }
+
paper-button[toggles][active] {
background-color: var(--paper-grey-300);
}

Powered by Google App Engine
This is Rietveld 408576698