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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html

Issue 2723403004: MD Settings: Internet details: Fix proxy toggle and polish (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « chrome/browser/resources/settings/internet_page/network_proxy.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html b/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html
index ded65ec70df3d25228df90cca58f3ea6ccc3fc46..29dd12242c60f2618f7ca0dc8789cc62efeaff70 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.html
@@ -17,10 +17,11 @@
}
</style>
<template>
- <iron-icon id="indicator" tabindex="0" hidden$="[[!indicatorVisible]]"
- icon="[[indicatorIcon]]">
+ <iron-icon id="indicator" tabindex="0" aria-describedby="tooltip"
+ hidden$="[[!indicatorVisible]]" icon="[[indicatorIcon]]">
</iron-icon>
- <paper-tooltip for="indicator" position="top" fit-to-visible-bounds>
+ <paper-tooltip id="tooltip" for="indicator" position="top"
+ fit-to-visible-bounds>
[[indicatorTooltip]]
</paper-tooltip>
</template>
« no previous file with comments | « chrome/browser/resources/settings/internet_page/network_proxy.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698