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

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

Issue 2873163002: [MD settings] adjust control spacing (Closed)
Patch Set: merge with master 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
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | 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_vars_css.html
diff --git a/chrome/browser/resources/settings/settings_vars_css.html b/chrome/browser/resources/settings/settings_vars_css.html
index c31cfb574922d6f2ee0907766dbaad310d0b2c1d..2742764574c32fec52d9f064d3a2862e7e5da299 100644
--- a/chrome/browser/resources/settings/settings_vars_css.html
+++ b/chrome/browser/resources/settings/settings_vars_css.html
@@ -90,14 +90,13 @@
--paper-checkbox-label-color: inherit;
--paper-dialog-color: inherit;
- --cr-icon-ripple-size: 40px;
--paper-icon-button: {
/**
- * This makes the icons 20px (in combination with "--cr-icon-ripple-size:
- * 40px"), since paper-icon-button>iron-icon width and height are
- * hardcoded to 100%.
+ * This makes the icons 20px (in combination with --cr-icon-ripple-size),
+ * since paper-icon-button>iron-icon width and height are hard-coded to
+ * 100%.
*/
- padding: 10px;
+ padding: var(--cr-icon-ripple-padding);
};
--paper-input-container-focus-color: var(--google-blue-500);
--paper-input-container-input: {
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698