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

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

Issue 2889073002: Settings: Internet page cleanup (Closed)
Patch Set: Fix network_summary_item Created 3 years, 7 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 1c1e5d3fbd95083b3a71e5d71997eeb5c92a3c34..e07cdaffd7ee7e9dce70ed89682d3e27181613f9 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -79,6 +79,11 @@
color: var(--google-blue-500);
}
+ .primary-button[disabled] {
+ background: none;
+ color: var(--paper-grey-600);
+ }
+
paper-toggle-button {
@apply(--settings-actionable);
height: var(--settings-row-min-height);

Powered by Google App Engine
This is Rietveld 408576698