From fed3ef1743ec1f7d319e15f5cda80890a3341d29 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 26 Jan 2024 18:31:38 +0100 Subject: [PATCH] Fix the textLayer-opacity when using the FontInspector (PR 17533 follow-up) --- web/debugger.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/debugger.css b/web/debugger.css index ba24ad6a0..b9d9f8190 100644 --- a/web/debugger.css +++ b/web/debugger.css @@ -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;