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

Fix position of highlighted all text. (#13306)

Adds a new integration test to ensure we don't
regress this again.
This commit is contained in:
Brendan Dahl 2021-04-28 01:15:31 -07:00 committed by GitHub
parent 0acd801b1e
commit d10da907da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 78 additions and 0 deletions

View file

@ -33,6 +33,7 @@
}
.textLayer .highlight {
position: relative;
margin: -1px;
padding: 1px;
background-color: rgba(180, 0, 170, 1);