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

Unified Diff: chrome/browser/resources/settings/a11y_page/a11y_page.html

Issue 2801753003: MD-Settings: Label toggle button in Accessibility section. (Closed)
Patch Set: keep div Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index cd50d93f0ff60431afc5c94de00c23514dd89fd4..c37925e934d28b6b6ff42d44f8b0163a49dd1ac6 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -18,13 +18,10 @@
<settings-animated-pages id="pages" current-route="{{currentRoute}}"
section="a11y">
<neon-animatable route-path="default">
- <div class="settings-box first">
- <div id="optionsInMenuLabel" class="start">
Dan Beam 2017/04/11 16:41:31 please locally try your changes: http://i.imgur.co
Dan Beam 2017/04/11 19:09:36 if it's not clear, the ==0 toggle button is suppos
- $i18n{optionsInMenuLabel}
- </div>
+ <div class="settings-box">
<settings-toggle-button id="optionsInMenuToggle"
- pref="{{prefs.settings.a11y.enable_menu}}"
- aria-labelledby="optionsInMenuLabel">
+ label="$i18n{optionsInMenuLabel}"
+ pref="{{prefs.settings.a11y.enable_menu}}">
</settings-toggle-button>
</div>
<div id="subpage-trigger" class="settings-box two-line"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698