Chromium Code Reviews| 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> |