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

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

Issue 2889073002: Settings: Internet page cleanup (Closed)
Patch Set: 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
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 1c1e5d3fbd95083b3a71e5d71997eeb5c92a3c34..1525b88070593103617b52cb08c9d6a47494a435 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -76,6 +76,13 @@
--paper-button-flat-keyboard-focus: {
background: rgba(51, 103, 214, .12); /* --google-blue-700 */
};
+ }
+
+ .primary-button[disabled] {
+ background: none;
+ }
+
+ .primary-button:not([disabled]) {
dschuyler 2017/05/18 18:20:10 Would it work out the same to leave this color in
stevenjb 2017/05/18 19:06:05 Done.
color: var(--google-blue-500);
}

Powered by Google App Engine
This is Rietveld 408576698