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..8e1c38e8d9e33138b39bb78f42da312185da2490 100644 |
--- a/chrome/browser/resources/settings/settings_shared_css.html |
+++ b/chrome/browser/resources/settings/settings_shared_css.html |
@@ -61,13 +61,11 @@ |
} |
.primary-button, |
- .tertiary-button, |
a[href] { |
color: var(--google-blue-700); |
} |
- .primary-button, |
- .tertiary-button { |
+ .primary-button { |
--paper-button-flat-keyboard-focus: { |
background: rgba(51, 103, 214, .12); /* --google-blue-700 */ |
}; |
@@ -77,8 +75,8 @@ |
text-decoration: none; |
} |
- /* There are three main button styles, .primary-button, .secondary-button, |
- * and .tertiary-button. The primary is the action button (e.g. "edit", |
+ /* There are three main button styles, .primary-button and |
+ * .secondary-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. */ |
@@ -111,14 +109,6 @@ |
}; |
} |
- /* See notes in .primary-button. */ |
- .tertiary-button { |
- --paper-button: { |
- font-weight: 400; |
- text-decoration: none; |
- }; |
- } |
- |
.settings-box .primary-button, |
.settings-box .secondary-button, |
.settings-box .secondary-button { |