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

Unified Diff: chrome/browser/resources/settings/a11y_page/manage_a11y_page.html

Issue 2356653002: [MD settings] icons for clickable rows (Closed)
Patch Set: review nits Created 4 years, 3 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
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 c55a60df3147242972f4721c6b43cf9538a1eebc..d5bb179a1455d89021c56e6ac7726365557c1a34 100644
--- a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html
@@ -1,4 +1,5 @@
<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
<link rel="import" href="/controls/settings_checkbox.html">
<link rel="import" href="/i18n_setup.html">
<link rel="import" href="/route.html">
@@ -140,6 +141,8 @@
<div class="start">
<div>$i18n{mouseSettingsTitle}</div>
<div class="secondary">$i18n{mouseSettingsDescription}</div>
+ <button class="icon-arrow-right" is="paper-icon-button-light">
+ </button>
</div>
</div>
@@ -154,8 +157,9 @@
<div class="settings-box two-line" on-tap="onMoreFeaturesTap_" actionable>
<div class="start">
<div>$i18n{additionalFeaturesTitle}</div>
- <div class="secondary">$i18n{additionalFeaturesDescription}</div>
+ <div class="secondary">$i18n{a11yWebStore}</div>
</div>
+ <button class="icon-external" is="paper-icon-button-light"></button>
</div>
</template>
<script src="manage_a11y_page.js"></script>

Powered by Google App Engine
This is Rietveld 408576698