mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #17587 from Snuffleupagus/fix-FontInspector-textLayer-opacity
Fix the textLayer-opacity when using the FontInspector (PR 17533 follow-up)
This commit is contained in:
commit
3192d37aa7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
.debuggerShowText,
|
||||
.debuggerHideText:hover {
|
||||
background-color: rgb(255 255 0);
|
||||
background-color: rgb(255 255 0 / 0.25);
|
||||
}
|
||||
#PDFBug .stats {
|
||||
font-family: courier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue