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 @@ ...@@ -18,13 +18,10 @@
<settings-animated-pages id="pages" current-route="{{currentRoute}}" <settings-animated-pages id="pages" current-route="{{currentRoute}}"
section="a11y"> section="a11y">
<neon-animatable route-path="default"> <neon-animatable route-path="default">
<div class="settings-box first"> <div class="settings-box">
<div id="optionsInMenuLabel" class="start">
$i18n{optionsInMenuLabel}
</div>
<settings-toggle-button id="optionsInMenuToggle" <settings-toggle-button id="optionsInMenuToggle"
pref="{{prefs.settings.a11y.enable_menu}}" label="$i18n{optionsInMenuLabel}"
aria-labelledby="optionsInMenuLabel"> pref="{{prefs.settings.a11y.enable_menu}}">
</settings-toggle-button> </settings-toggle-button>
</div> </div>
<div id="subpage-trigger" class="settings-box two-line" <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