mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
editor: fade checklist when checked
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> Update packages/editor/styles/styles.css Signed-off-by: Abdullah Atta <thecodrr@protonmail.com>
This commit is contained in:
@@ -707,6 +707,10 @@ p > *::selection {
|
|||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.simple-checklist > li.checked p {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
/* Callout */
|
/* Callout */
|
||||||
.ProseMirror div.callout {
|
.ProseMirror div.callout {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|||||||
Reference in New Issue
Block a user