From 9af22017fecf9d480076e6705600193925610535 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 23 Oct 2022 07:52:02 -0400 Subject: [PATCH] fix: Do not oclude text on completed tasks, closes #4283 --- shared/editor/components/Styles.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index 2876d2abb..5438ce3d4 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -628,8 +628,7 @@ ul.checkbox_list li { } ul.checkbox_list li.checked > div > p { - color: ${props.theme.textSecondary}; - text-decoration: line-through; + color: ${props.theme.textTertiary}; } ul li::before,