editor: do not strikethrough on checked item in checklist

This commit is contained in:
Ammar Ahmed
2025-10-29 11:38:32 +05:00
parent 91ef98df4f
commit 7eefecd961

View File

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