Merge pull request #8980 from streetwriters/editor/checklist-fade

editor: fade checklist when checked
This commit is contained in:
Abdullah Atta
2025-11-24 09:38:39 +05:00
committed by GitHub

View File

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