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

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

Issue 2801753003: MD-Settings: Label toggle button in Accessibility section. (Closed)
Patch Set: 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..be00cd37490fcd670176a7ec274d2e5255fcf759 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -18,11 +18,9 @@
<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">
- $i18n{optionsInMenuLabel}
- </div>
+ <div class="settings-box block">
dschuyler 2017/04/06 22:04:53 I don't think .block is helping here. s/block//
hcarmona 2017/04/06 23:36:37 Done.
<settings-toggle-button id="optionsInMenuToggle"
dschuyler 2017/04/06 22:04:53 Consider adding .settings-box here <settings-togg
hcarmona 2017/04/06 23:36:37 Sounds good. Done.
+ label="$i18n{optionsInMenuLabel}"
pref="{{prefs.settings.a11y.enable_menu}}"
aria-labelledby="optionsInMenuLabel">
</settings-toggle-button>
« 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