| 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 aa9e0ae1ace9b2055bc84886ae02c13b04277ef4..2debced03017687ef9209d3fc0ea286671afd903 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -73,6 +73,11 @@
|
| text-decoration: none;
|
| }
|
|
|
| + a[href][tabindex='-1'] {
|
| + color: var(--paper-grey-900);
|
| + outline: none;
|
| + }
|
| +
|
| /* There are three main button styles, .primary-button, .secondary-button,
|
| * and .tertiary-button. The primary is the action button (e.g. "edit",
|
| * "delete") while the secondary is often a "Cancel" button. A tertiary
|
|
|