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:
01zulfi
2025-11-19 16:57:22 +05:00
committed by Abdullah Atta
parent 9ebcbb7bd8
commit 3e4779e6bf

View File

@@ -739,6 +739,10 @@ p > *::selection {
mask-size: cover;
}
.simple-checklist > li.checked p {
opacity: 0.8;
}
/* Callout */
.ProseMirror div.callout {
padding: 15px;