Chromium Code Reviews| Index: chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| diff --git a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| index bcb42c73623719684529165f9969d893c40438f1..628444ee71fd4b3dcca08bddfbfcf911f0c69f7a 100644 |
| --- a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| +++ b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| @@ -206,7 +206,8 @@ |
| </div> |
| <template is="dom-if" if="[[!isGuest_]]"> |
| - <div class="settings-box two-line" on-tap="onMoreFeaturesTap_" actionable> |
| + <a class="settings-box two-line" actionable tabindex="-1" target="_blank" |
| + href="https://chrome.google.com/webstore/category/collection/accessibility"> |
|
scottchen
2017/04/18 19:12:49
not sure what to do about 80-col here.
|
| <div class="start"> |
| $i18n{additionalFeaturesTitle} |
| <div class="secondary" id="moreFeaturesSecondary"> |
| @@ -216,7 +217,7 @@ |
| <button class="icon-external" is="paper-icon-button-light" |
| aria-label="$i18n{additionalFeaturesTitle}" |
| aria-describedby="moreFeaturesSecondary"></button> |
| - </div> |
| + </a> |
| </template> |
| </template> |
| <script src="manage_a11y_page.js"></script> |