diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 71c681ac1..9ef1c5e2d 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2461,7 +2461,7 @@ footer.webview-footer button { transition: opacity 200ms ease; } -.ck-content ul.todo-list li:has(input[type="checkbox"]:checked) span.todo-list__label__description { +.ck-content ul.todo-list li:has(> span.todo-list__label input[type="checkbox"]:checked) > span.todo-list__label span.todo-list__label__description { text-decoration: line-through; opacity: 0.6; }