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

Unified Diff: chrome/browser/resources/print_preview/settings/more_settings.html

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 2 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/print_preview/settings/more_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/more_settings.html b/chrome/browser/resources/print_preview/settings/more_settings.html
index 6af9823b94fa771d27dcbb2732fbbb26d5eebc49..fdcf55090fdfe71fff195bba0a2bbfbe6fc6d953 100644
--- a/chrome/browser/resources/print_preview/settings/more_settings.html
+++ b/chrome/browser/resources/print_preview/settings/more_settings.html
@@ -1,4 +1,4 @@
<div id="more-settings" class="more-settings collapsible" hidden>
<div class="more-settings-icon more-settings-icon-plus"></div>
- <button class="link-button more-settings-label"></button>
+ <a is="action-link" class="more-settings-label"></a>
</div>
« no previous file with comments | « chrome/browser/resources/print_preview/search/destination_search.js ('k') | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698