| 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..e07cdaffd7ee7e9dce70ed89682d3e27181613f9 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -79,6 +79,11 @@
|
| color: var(--google-blue-500);
|
| }
|
|
|
| + .primary-button[disabled] {
|
| + background: none;
|
| + color: var(--paper-grey-600);
|
| + }
|
| +
|
| paper-toggle-button {
|
| @apply(--settings-actionable);
|
| height: var(--settings-row-min-height);
|
|
|