Remove accessible slide status when printing to PDF

This commit is contained in:
quilicicf
2020-03-12 16:14:14 +01:00
parent 6564950c28
commit ffac5fe696
5 changed files with 12 additions and 6 deletions

View File

@ -164,4 +164,9 @@ html.print-pdf {
position: absolute;
font-size: 14px;
}
/* This accessibility tool is not useful in PDF and breaks it visually */
.aria-status {
display: none;
}
}