Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4389)

Unified Diff: chrome/browser/resources/settings/languages_page/languages_page.html

Issue 2790573003: [MD settings] subpage arrows in languages section (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698