feat(print): preserve highlighted text (closes #905)

This commit is contained in:
Elian Doran
2025-01-28 21:23:04 +02:00
parent feb7ceacd8
commit 4da67443c4

View File

@@ -26,6 +26,11 @@
border-radius: 2pt !important;
}
span[style] {
print-color-adjust: exact;
-webkit-print-color-adjust: exact;
}
/* Fix visibility of checkbox checkmarks
see https://github.com/TriliumNext/Notes/issues/901 */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable="false"] > input[checked]::after {