DescriptionMD Settings: fix presentation of sync page
When moving from checkboxes -> toggles, I unwrapped the label text of
UIs using
<paper-checkbox hidden=[[...]]>...</paper-checkbox>
to
<div>...</div>
<paper-toggle-button hidden=[[...]]></paper-toggle-button>
I forgot to move the hidden=[[]] bindings, and only the toggle would get
hidden on platforms that don't support the data type.
R=tommycli@chromium.org
BUG=none
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2624203003
Cr-Commit-Position: refs/heads/master@{#443070}
Committed: https://chromium.googlesource.com/chromium/src/+/ccb031cf7c5a129b7059e6b5855f16af12f2a9f3
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|