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

Unified Diff: chrome/browser/resources/print_preview/print_preview.css

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_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 97edf386b16819ba7a121263d6d90410f4ffa560..a6f2a9afffc0d3ab866118fa46aae96e48398dd1 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -283,11 +283,7 @@ span.jumping-dots > span:nth-child(3) {
-webkit-animation-delay: 300ms;
}
-/* TODO(estade): unfork this code. */
#print-header .button-strip {
-<if expr="not chromeos and not is_win">
- -webkit-box-direction: reverse;
-</if>
-webkit-box-orient: horizontal;
-webkit-box-pack: end;
display: -webkit-box;
« no previous file with comments | « chrome/browser/resources/print_preview/print_header.js ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698