| Index: ui/webui/resources/cr_elements/policy/cr_policy_indicator.html
|
| diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_indicator.html b/ui/webui/resources/cr_elements/policy/cr_policy_indicator.html
|
| index cff4f8c0995f40ef0cd2a401fc1b64de80f9d497..223ab3a698b92cecde373df49ef5289d19ff365a 100644
|
| --- a/ui/webui/resources/cr_elements/policy/cr_policy_indicator.html
|
| +++ b/ui/webui/resources/cr_elements/policy/cr_policy_indicator.html
|
| @@ -1,4 +1,5 @@
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| +<link rel="import" href="chrome://resources/cr_elements/hidden_style_css.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-tooltip/paper-tooltip.html">
|
| @@ -6,7 +7,7 @@
|
| <link rel="import" href="cr_policy_vars_css.html">
|
|
|
| <dom-module id="cr-policy-indicator">
|
| - <style>
|
| + <style include="cr-hidden-style">
|
| :host {
|
| @apply(--cr-policy-indicator);
|
| }
|
|
|