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
No known key found for this signature in database
GPG key ID: 0561A23A57B55DE1
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;
}
}