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

Side by Side Diff: ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html

Issue 2233443002: MD Settings: implement metrics reporting checkbox on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop-uma
Patch Set: remove 2 using Created 4 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <style is="custom-style">
2 :root {
3 --cr-policy-indicator: {
4 display: block;
5 height: 20px;
6 width: 20px;
7 };
8
9 --cr-policy-tooltip: {
10 font-size: 92.31%; /* Effectively 12px if the host default is 13px. */
11 font-weight: 500;
12 max-width: 330px;
13 min-width: 200px;
14 padding: 10px 8px;
15 };
16 }
17 </style>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.js ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698