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

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

Issue 2886603002: [MD settings] separate spacing of controlled-by icon and control-label (Closed)
Patch Set: review changes 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 fdbd1d2d761e3997324d2455776aefdb9bb12228..ad69c35444c2b1757f2ed5a4f0a2ef311731af17 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -124,7 +124,7 @@
paper-checkbox {
--paper-checkbox-checked-color: var(--google-blue-500);
- --paper-checkbox-label-spacing: var(--settings-control-spacing);
+ --paper-checkbox-label-spacing: var(--settings-control-label-spacing);
--paper-checkbox-size: var(--checkbox-size);
--paper-checkbox-unchecked-color: var(--paper-grey-600);
-webkit-margin-start: var(--checkbox-margin-start);
@@ -363,7 +363,7 @@
-webkit-margin-start: calc(
var(--checkbox-margin-start) +
var(--checkbox-size) +
- var(--settings-control-spacing));
+ var(--settings-control-label-spacing));
}
.favicon-image {

Powered by Google App Engine
This is Rietveld 408576698