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

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

Issue 601083004: Enable a11y audit for chrome://print and fix failing tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/previewarea/preview_area.css
diff --git a/chrome/browser/resources/print_preview/previewarea/preview_area.css b/chrome/browser/resources/print_preview/previewarea/preview_area.css
index ef12a1c2f9ebd0526de11459466c93cc764a9116..673bc87dac956ca483498c760d047510b94e63c4 100644
--- a/chrome/browser/resources/print_preview/previewarea/preview_area.css
+++ b/chrome/browser/resources/print_preview/previewarea/preview_area.css
@@ -78,3 +78,8 @@
#preview-area .preview-area-open-system-dialog-button-throbber {
vertical-align: middle;
}
+
+.preview-area-overlayed {
+ visibility: hidden !important;
Dan Beam 2014/10/20 20:15:24 is this debug code? we try not to use !important
hcarmona 2014/10/21 01:07:17 Don't need "!important", removing it. This is not
+}
Dan Beam 2014/10/20 20:15:24 nit: no \n at end of file
hcarmona 2014/10/21 01:07:17 Acknowledged.
+

Powered by Google App Engine
This is Rietveld 408576698