Remove accessible slide status when printing to PDF
This commit is contained in:
5
dist/print/pdf.css
vendored
5
dist/print/pdf.css
vendored
@ -9,7 +9,8 @@ html.print-pdf {
|
||||
/* Slide backgrounds are placed inside of their slide when exporting to PDF */
|
||||
/* Display slide speaker notes when 'showNotes' is enabled */
|
||||
/* Layout option which makes notes appear on a separate page */
|
||||
/* Display slide numbers when 'slideNumber' is enabled */ }
|
||||
/* Display slide numbers when 'slideNumber' is enabled */
|
||||
/* This accessibility tool is not useful in PDF and breaks it visually */ }
|
||||
html.print-pdf * {
|
||||
-webkit-print-color-adjust: exact; }
|
||||
html.print-pdf {
|
||||
@ -122,3 +123,5 @@ html.print-pdf {
|
||||
display: block;
|
||||
position: absolute;
|
||||
font-size: 14px; }
|
||||
html.print-pdf .aria-status {
|
||||
display: none; }
|
||||
|
Reference in New Issue
Block a user