mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
Merge pull request #908 from pano9000/fix_printthis_#901
fix(styles): fix ck-editor checkboxes not showing checkmark while printing
This commit is contained in:
commit
fcb7d9754f
@ -25,4 +25,11 @@
|
|||||||
border: 0.75pt solid gray !important;
|
border: 0.75pt solid gray !important;
|
||||||
border-radius: 2pt !important;
|
border-radius: 2pt !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 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 {
|
||||||
|
/* fallback to default ck-editor green */
|
||||||
|
border-color: hsl(126, 64%, 41%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user