| 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 a3974fb0383eb454898c9e440a7783f7a5fa8a82..4c3083d530f9788e5e84d2f3354c1c588113ef40 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -102,10 +102,15 @@
|
| [is='action-link']:hover,
|
| [is='action-link']:visited,
|
| .primary-button,
|
| - .tertiary-button {
|
| + .tertiary-button,
|
| + a[href] {
|
| color: var(--google-blue-700);
|
| }
|
|
|
| + a[href] {
|
| + text-decoration: none;
|
| + }
|
| +
|
| .primary-button,
|
| .tertiary-button {
|
| --paper-button-flat-keyboard-focus: {
|
|
|