Commit 7449537d authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Combine navigation stops on Reset row

- Removes navigation stop on secondary texts
- Marks the title of the row as described by the secondary text

Bug: 1012565
Change-Id: I1711169e5cea3b494ff97f5d159e88963c295856
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917748
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715723}
parent 06c7db87
...@@ -11,10 +11,11 @@ ...@@ -11,10 +11,11 @@
<div route-path="default"> <div route-path="default">
<div class="settings-box two-line first"> <div class="settings-box two-line first">
<div class="start"> <div class="start" aria-describedby="secondaryText">
$i18n{powerwashTitle} $i18n{powerwashTitle}
<div class="secondary" id="secondaryText"> <div class="secondary" id="secondaryText"
$i18n{powerwashDescription} aria-hidden="true">
$i18n{powerwashDescription}
</div> </div>
</div> </div>
<div class="separator"></div> <div class="separator"></div>
......
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