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

Unified Diff: chrome/browser/resources/print_preview/print_header.html

Issue 682863004: print preview: Fix visual tab order for "Print"/"Cancel" buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 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/print_header.html
diff --git a/chrome/browser/resources/print_preview/print_header.html b/chrome/browser/resources/print_preview/print_header.html
index 492ea3bfd19a15b038b9c7dd71fd7c46806927c6..2e2d2383000367b1e4c3bb810f5dff90986f4d0d 100644
--- a/chrome/browser/resources/print_preview/print_header.html
+++ b/chrome/browser/resources/print_preview/print_header.html
@@ -1,7 +1,7 @@
<div id="print-header">
<span class="summary"></span>
<div class="button-strip">
- <button class="print default" i18n-content="printButton" disabled></button>
<button class="cancel" i18n-content="cancel"></button>
+ <button class="print default" i18n-content="printButton" disabled></button>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/print_preview/print_header.css ('k') | chrome/browser/resources/print_preview/print_header.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698