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); |
} |