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

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

Issue 2762433002: MD Settings: move autofill and manage password toggles to their subpages. (Closed)
Patch Set: use this.i18n instead Created 3 years, 9 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
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 508259a187bb5fe82d001bc101fe0e84ab26f8f8..6e13585ac60a60db871a65985679b58da9f51aff 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -86,6 +86,15 @@
};
}
+ .primary-toggle {
+ color: var(--paper-grey-600);
+ font-weight: 500;
+ }
+
+ .primary-toggle[checked] {
+ color: var(--google-blue-500);
+ }
+
/* See notes in .primary-button. */
.secondary-button {
--paper-button: {

Powered by Google App Engine
This is Rietveld 408576698