Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2837883005: [MD settings] remove tertiary-button css (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698