Przeglądaj źródła

enhance(pdf): https://github.com/logseq/logseq/issues/12247

charlie 1 miesiąc temu
rodzic
commit
6efedb7558
1 zmienionych plików z 7 dodań i 1 usunięć
  1. 7 1
      src/main/frontend/extensions/pdf/pdf.css

+ 7 - 1
src/main/frontend/extensions/pdf/pdf.css

@@ -1037,5 +1037,11 @@ html.is-system-window {
 }
 
 .pdfViewer .page.loadingIcon::after {
-  background: none;
+  @apply bg-none;
 }
+
+.textLayer :is(span, br) {
+  &::selection {
+    @apply text-transparent;
+  }
+}