| 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 508259a187bb5fe82d001bc101fe0e84ab26f8f8..6e13585ac60a60db871a65985679b58da9f51aff 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -86,6 +86,15 @@
|
| };
|
| }
|
|
|
| + .primary-toggle {
|
| + color: var(--paper-grey-600);
|
| + font-weight: 500;
|
| + }
|
| +
|
| + .primary-toggle[checked] {
|
| + color: var(--google-blue-500);
|
| + }
|
| +
|
| /* See notes in .primary-button. */
|
| .secondary-button {
|
| --paper-button: {
|
|
|