| Index: chrome/browser/resources/settings/languages_page/languages_page.html
|
| diff --git a/chrome/browser/resources/settings/languages_page/languages_page.html b/chrome/browser/resources/settings/languages_page/languages_page.html
|
| index acf1628c2449e34cf1b5ee5d3f884dc3c7a182af..93ea9f7b20c192614f24421e7f46cf25f36a40ea 100644
|
| --- a/chrome/browser/resources/settings/languages_page/languages_page.html
|
| +++ b/chrome/browser/resources/settings/languages_page/languages_page.html
|
| @@ -7,6 +7,7 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action_menu.html">
|
| <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expand_button.html">
|
| <link rel="import" href="chrome://resources/cr_elements/cr_lazy_render/cr_lazy_render.html">
|
| @@ -178,12 +179,13 @@
|
| </paper-icon-button>
|
| </div>
|
| </template>
|
| - <div class="list-item">
|
| - <a is="action-link" class="list-button"
|
| - id="manageInputMethods"
|
| - on-tap="onManageInputMethodsTap_">
|
| + <div class="list-item" on-tap="onManageInputMethodsTap_" actionable>
|
| + <div class="start" id="manageInputMethods">
|
| $i18n{manageInputMethods}
|
| - </a>
|
| + </div>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"
|
| + aria-label="$i18n{manageInputMethods}"
|
| + aria-describedby="customSpelling"></button>
|
| </div>
|
| </div>
|
| <div class="settings-box">
|
| @@ -222,11 +224,13 @@
|
| </paper-toggle-button>
|
| </div>
|
| </template>
|
| - <div class="list-item">
|
| - <a is="action-link" class="list-button"
|
| - on-tap="onEditDictionaryTap_">
|
| + <div class="list-item" on-tap="onEditDictionaryTap_" actionable>
|
| + <div class="start" id="customSpelling">
|
| $i18n{manageSpellCheck}
|
| - </a>
|
| + </div>
|
| + <button class="subpage-arrow" is="paper-icon-button-light"
|
| + aria-label="$i18n{manageSpellCheck}"
|
| + aria-describedby="customSpelling"></button>
|
| </div>
|
| </div>
|
| </iron-collapse>
|
|
|