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

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

Issue 2744763003: [MD settings] CSS var --checkbox-spacing to --settings-control-spacing (Closed)
Patch Set: 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 e1a9d4da6d71550206e01e0dcc67f92e933804e9..508259a187bb5fe82d001bc101fe0e84ab26f8f8 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -118,7 +118,7 @@
paper-checkbox {
--paper-checkbox-checked-color: var(--google-blue-500);
- --paper-checkbox-label-spacing: var(--checkbox-spacing);
+ --paper-checkbox-label-spacing: var(--settings-control-spacing);
--paper-checkbox-size: var(--checkbox-size);
--paper-checkbox-unchecked-color: var(--paper-grey-600);
-webkit-margin-start: var(--checkbox-margin-start);
@@ -323,7 +323,7 @@
-webkit-margin-start: calc(
var(--checkbox-margin-start) +
var(--checkbox-size) +
- var(--checkbox-spacing));
+ var(--settings-control-spacing));
}
.favicon-image {

Powered by Google App Engine
This is Rietveld 408576698