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

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

Issue 2356653002: [MD settings] icons for clickable rows (Closed)
Patch Set: wrapped line 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/printing_page/printing_page.html
diff --git a/chrome/browser/resources/settings/printing_page/printing_page.html b/chrome/browser/resources/settings/printing_page/printing_page.html
index 3b182eb9850667df77913c391732e2b6cba7bf51..ac5d16e8efc2f461c1094fe978883853558cd76a 100644
--- a/chrome/browser/resources/settings/printing_page/printing_page.html
+++ b/chrome/browser/resources/settings/printing_page/printing_page.html
@@ -33,6 +33,8 @@
on-tap="onTapCloudPrinters_" actionable>
<iron-icon icon="settings:cloud-printing"></iron-icon>
<div class="middle">$i18n{cloudPrintersTitle}</div>
+ <iron-icon icon="settings:arrow-drop-up" class="settings-arrow-right">
+ </iron-icon>
</div>
</neon-animatable>
<if expr="chromeos">

Powered by Google App Engine
This is Rietveld 408576698