From 7eefecd9617f8650ab4b10c1b2ea6364027c2094 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 29 Oct 2025 11:38:32 +0500 Subject: [PATCH] editor: do not strikethrough on checked item in checklist --- packages/editor/styles/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/editor/styles/styles.css b/packages/editor/styles/styles.css index 0ba3dcfdb..762cd0cf5 100644 --- a/packages/editor/styles/styles.css +++ b/packages/editor/styles/styles.css @@ -707,11 +707,6 @@ p > *::selection { mask-size: cover; } -.simple-checklist > li.checked > p { - opacity: 0.8; - text-decoration-line: line-through; -} - /* Callout */ .ProseMirror div.callout { padding: 15px;