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

Unified Diff: chrome/browser/resources/settings/settings_dialog_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: action-button 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_dialog_css.html
diff --git a/chrome/browser/resources/settings/settings_dialog_css.html b/chrome/browser/resources/settings/settings_dialog_css.html
index 5c34203c5c2a593d12bcc90fa548bd4cc6e07e02..4f61bc5d0d9bc0d446e3a046c5546a343ff0da15 100644
--- a/chrome/browser/resources/settings/settings_dialog_css.html
+++ b/chrome/browser/resources/settings/settings_dialog_css.html
@@ -46,16 +46,6 @@
-webkit-padding-start: 24px;
}
- paper-dialog .action-button {
- -webkit-margin-start: 10px;
- font-weight: 500;
- }
-
- paper-dialog .action-button:not([disabled]) {
- background-color: rgb(66, 133, 244);
- color: white;
- }
-
paper-dialog .cancel-button {
color: rgb(109, 109, 109);
font-weight: 500;

Powered by Google App Engine
This is Rietveld 408576698