| 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 74ef0044c8c430bb4308faa90528b6438a4ba1f0..2ed131126957d16e2ea8f65bca44f447b82f87b2 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
|
| @@ -13,10 +13,11 @@
|
| }
|
| </style>
|
| <template>
|
| - <iron-icon id="indicator" tabindex=0
|
| + <iron-icon id="indicator" tabindex=0 aria-describedby="tooltip"
|
| hidden$="[[!isIndicatorVisible(indicatorType)]]"
|
| icon="[[getPolicyIndicatorIcon(indicatorType)]]"></iron-icon>
|
| - <paper-tooltip for="indicator" position="top" fit-to-visible-bounds>
|
| + <paper-tooltip id="tooltip" for="indicator" position="top"
|
| + fit-to-visible-bounds>
|
| [[getTooltip_(indicatorType, pref)]]
|
| </paper-tooltip>
|
| </template>
|
|
|