1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Introduce some :is usage in the textLayer CSS

This commit is contained in:
Jonas Jenwald 2023-04-18 11:39:09 +02:00
parent f1b005d7b8
commit 5cb99321d7
2 changed files with 2 additions and 4 deletions

View file

@ -38,8 +38,7 @@
z-index: 2;
}
.textLayer span,
.textLayer br {
.textLayer :is(span, br) {
color: transparent;
position: absolute;
white-space: pre;