| 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 5204d00657ace2e0ebd7cd40148354e81fa2a4e5..dbde4e0488e423cdd998ea120b75f13d285dcd13 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -75,8 +75,13 @@
|
| text-decoration: none;
|
| }
|
|
|
| - /* There are three main button styles, .primary-button and
|
| - * .secondary-button. The primary is the action button (e.g. "edit",
|
| + /* For elements that are simple outlinks but dont look like anchors. */
|
| + .inherit-color {
|
| + color: inherit !important;
|
| + }
|
| +
|
| + /* 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
|
| * button may be used to get more information or similar, that we expect
|
| * most users will not need. */
|
|
|