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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html

Issue 2696903005: Move common cr-policy-indicator behavior into CrPolicyIndicatorBehavior (Closed)
Patch Set: remove behavior from Settings controls that have indicators Created 3 years, 10 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: ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html b/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html
index e896203d05bfe68f75a5c129d60ef48121514ef6..c16dd6503b8d7ab6d5eb53318f046a3302714cbd 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html
@@ -3,7 +3,7 @@
:root {
--cr-policy-indicator: {
@apply(--cr-icon-height-width);
- display: block;
+ display: flex; /* Position independently from the line-height. */
};
--cr-policy-tooltip: {

Powered by Google App Engine
This is Rietveld 408576698