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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.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 side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
index 393061d84a799e7f11ea45e3565b0772c84ee097..f5e951f78327dbab40daa7acff360200140479bc 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
@@ -9,13 +9,7 @@
<link rel="import" type="css" href="cr_policy_indicator.css">
<style>
paper-tooltip {
- --paper-tooltip: {
- font-size: 92.31%; /* Effectively 12px if the host default is 13px. */
- font-weight: 500;
- max-width: 330px;
- min-width: 200px;
- padding: 10px 8px;
- };
+ --paper-tooltip: var(--cr-policy-tooltip);
}
</style>
<template>

Powered by Google App Engine
This is Rietveld 408576698