mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
feat(print): improve todo list rendering
This commit is contained in:
parent
3eccdd5cff
commit
bd638b689f
@ -158,9 +158,15 @@ span[style] {
|
||||
|
||||
/* 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 {
|
||||
.ck-content .todo-list .todo-list__label > input {
|
||||
opacity: 1;
|
||||
print-color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
|
||||
.ck-content .todo-list .todo-list__label > span[contenteditable="false"] > input[checked]::after {
|
||||
/* fallback to default ck-editor green */
|
||||
border-color: hsl(126, 64%, 41%);
|
||||
border-color: hsl(126, 64%, 41%) !important;
|
||||
}
|
||||
|
||||
.include-note .include-note-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user