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

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

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: merge Created 3 years, 8 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 d47403fc29784199a7995c08ce395ba54d1142c8..4a74eae8fc8c1f1f09fe0972b3cb1848d4814f02 100644
--- a/chrome/browser/resources/settings/printing_page/cloud_printers.html
+++ b/chrome/browser/resources/settings/printing_page/cloud_printers.html
@@ -20,13 +20,14 @@
label="$i18n{printingNotificationsLabel}">
</settings-toggle-button>
</div>
- <div class="settings-box" on-tap="onManageTap_" actionable>
+ <a class="settings-box inherit-color no-outline" tabindex="-1"
+ target="_blank" href="$i18n{devicesUrl}">
<div class="start">
$i18n{printingManageCloudPrintDevices}
</div>
- <button class="icon-external" is="paper-icon-button-light"
+ <button class="icon-external" is="paper-icon-button-light" actionable
aria-label="$i18n{printingManageCloudPrintDevices}"></button>
- </div>
+ </a>
</template>
<script src="cloud_printers.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698