Skip to content

Commit

Permalink
Merge pull request #17587 from Snuffleupagus/fix-FontInspector-textLa…
Browse files Browse the repository at this point in the history
…yer-opacity

Fix the textLayer-opacity when using the FontInspector (PR 17533 follow-up)
  • Loading branch information
Snuffleupagus authored Jan 26, 2024
2 parents 4ec4348 + fed3ef1 commit 3192d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/debugger.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3192d37

Please sign in to comment.