Chromium Code Reviews| 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 23f175b0981562ce8d84f33be2e330971d3fb099..68a84b88a9fb40cb15a964bc0a700e8494b1b2c5 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; |
| } |
| + /* For elements that are simple outlinks but dont look like anchors. */ |
| + a.unstyled-link { |
|
Dan Beam
2017/04/20 23:22:07
can this be .inherit-color ?
scottchen
2017/04/21 20:07:04
Done.
|
| + color: var(--primary-text-color); |
|
Dan Beam
2017/04/20 23:22:07
can we use color: inherit; instead?
scottchen
2017/04/21 20:07:04
Done.
|
| + } |
| + |
| /* 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 |