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:
parent
0acd801b1e
commit
d10da907da
5 changed files with 78 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
}
|
||||
|
||||
.textLayer .highlight {
|
||||
position: relative;
|
||||
margin: -1px;
|
||||
padding: 1px;
|
||||
background-color: rgba(180, 0, 170, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue