Commit e4b092f1 authored by hcarmona's avatar hcarmona Committed by Commit bot

MD-Settings: Label toggle button in Accessibility section.

BUG=620517
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2801753003
Cr-Commit-Position: refs/heads/master@{#463031}
parent 4a3c245c
......@@ -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">
$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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment