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

Unified Diff: chrome/browser/resources/settings/printing_page/cloud_printers.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/printing_page/cloud_printers.html
diff --git a/chrome/browser/resources/settings/printing_page/cloud_printers.html b/chrome/browser/resources/settings/printing_page/cloud_printers.html
index a0cda2fbf1692f7bb0165b5cc0d30b42c53a3eed..fe3c6f693afeb1b492a7ef58fa641135e9a7ca5a 100644
--- a/chrome/browser/resources/settings/printing_page/cloud_printers.html
+++ b/chrome/browser/resources/settings/printing_page/cloud_printers.html
@@ -1,5 +1,5 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.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="/settings_shared_css.html">
@@ -18,10 +18,14 @@
<settings-checkbox pref="{{prefs.local_discovery.notifications_enabled}}"
label="$i18n{printingNotificationsLabel}"></settings-checkbox>
</div>
- <div class="settings-box">
- <paper-button class="primary-button" on-tap="onManageTap_" actionable>
+ <div class="settings-box two-line" on-tap="onManageTap_" actionable>
+ <div class="start">
$i18n{printingManageCloudPrintDevices}
- </paper-button>
+ <div class="secondary">
+ $i18n{printingManageCloudPrintDevicesDescription}
+ </div>
+ </div>
+ <button class="icon-external" is="paper-icon-button-light"></button>
</div>
</template>
<script src="cloud_printers.js"></script>

Powered by Google App Engine
This is Rietveld 408576698