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 0db7f2db557a0a30fcdde8f7801969c87e48b8b4..330a4b5269ac3773952dd098424785e137e32359 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -77,6 +77,11 @@ |
| text-decoration: none; |
| } |
| + /* For elements that are simple outlinks but dont look like anchors. */ |
| + .inherit-color { |
| + color: inherit !important; |
|
scottchen
2017/04/21 20:07:04
Needs the !important, since other (more specific)
|
| + } |
| + |
| /* 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 |