From 8a709158d6839b9eb1092923a14b0dcadb0da25b Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Wed, 23 Nov 2022 20:53:04 +0530 Subject: [PATCH] feat: dim checked list items in super editor (#2046) --- packages/blocks-editor/src/Lexical/Theme/editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/blocks-editor/src/Lexical/Theme/editor.scss b/packages/blocks-editor/src/Lexical/Theme/editor.scss index 864ed5f96..a803227db 100644 --- a/packages/blocks-editor/src/Lexical/Theme/editor.scss +++ b/packages/blocks-editor/src/Lexical/Theme/editor.scss @@ -325,6 +325,7 @@ } .Lexical__listItemChecked { text-decoration: line-through; + opacity: 0.4; } .Lexical__listItemUnchecked:before, .Lexical__listItemChecked:before {