| 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 9a26583b53ac6a07944b30e43ea1518412f74550..10ad7831ed67a829a6beb094cc5059990135ee62 100644
|
| --- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
|
| +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
|
| @@ -50,18 +50,19 @@
|
| </if>
|
|
|
| <if expr="not chromeos">
|
| - <div class="settings-box first two-line" on-tap="onMoreFeaturesTap_"
|
| - actionable>
|
| + <a class="settings-box first two-line inherit-color no-outline"
|
| + tabindex="-1" target="_blank"
|
| + href="https://chrome.google.com/webstore/category/collection/accessibility">
|
| <div class="start">
|
| $i18n{moreFeaturesLink}
|
| <div class="secondary" id="moreFeaturesSecondary">
|
| $i18n{a11yWebStore}
|
| </div>
|
| </div>
|
| - <button class="icon-external" is="paper-icon-button-light"
|
| + <button class="icon-external" is="paper-icon-button-light" actionable
|
| aria-label="$i18n{moreFeaturesLink}"
|
| aria-describedby="moreFeaturesSecondary"></button>
|
| - </div>
|
| + </a>
|
| </if>
|
|
|
| </template>
|
|
|