From 9549628d8fb4b595d7cf991632896fa08ba69091 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 3 Jul 2023 14:00:49 -0400 Subject: tring to fix mix-blend-mode on windows... --- src/client/views/pdf/PDFViewer.scss | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/client/views/pdf/PDFViewer.scss') diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 470aa3eb1..133c542fd 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -25,16 +25,11 @@ // } .textLayer { opacity: unset; - mix-blend-mode: multiply; // bcz: makes text fuzzy! - - // span { - // padding-right: 5px; - // padding-bottom: 4px; - // } } - - .textLayer ::selection { - background: #accef7; + .textLayer span::selection { + background: #accef76a; + opacity: 0.3; + // mix-blend-mode: multiply; // bcz: makes text fuzzy! } // should match the backgroundColor in createAnnotation() -- cgit v1.2.3-70-g09d2