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

Unified Diff: chrome/browser/resources/settings/controls/controlled_button.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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/controls/controlled_radio_button.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/controls/controlled_button.html
diff --git a/chrome/browser/resources/settings/controls/controlled_button.html b/chrome/browser/resources/settings/controls/controlled_button.html
index 2e387ecabc8bb7b6eb0483b063086e9b80142ed1..2a0e1834c243d54d51d0b327e2295158acd51623 100644
--- a/chrome/browser/resources/settings/controls/controlled_button.html
+++ b/chrome/browser/resources/settings/controls/controlled_button.html
@@ -30,14 +30,14 @@
:host(:not([end-justified])) cr-policy-pref-indicator {
-webkit-margin-end: calc(
- var(--cr-control-spacing) - var(--justify-margin));
- -webkit-margin-start: var(--cr-control-spacing);
+ var(--cr-controlled-by-spacing) - var(--justify-margin));
+ -webkit-margin-start: var(--cr-controlled-by-spacing);
}
:host([end-justified]) cr-policy-pref-indicator {
- -webkit-margin-end: var(--cr-control-spacing);
+ -webkit-margin-end: var(--cr-controlled-by-spacing);
-webkit-margin-start: calc(
- var(--cr-control-spacing) - var(--justify-margin));
+ var(--cr-controlled-by-spacing) - var(--justify-margin));
order: -1;
}
</style>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/controls/controlled_radio_button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698