mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-02 02:50:00 -06:00
feat(print): preserve highlighted text (closes #905)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user