fix(client/text): wrong strike-through of nested TODOs

This commit is contained in:
Elian Doran 2025-11-21 20:20:52 +02:00
parent a3f1e46107
commit 5b708e77aa
No known key found for this signature in database

View File

@ -2461,7 +2461,7 @@ footer.webview-footer button {
transition: opacity 200ms ease; 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; text-decoration: line-through;
opacity: 0.6; opacity: 0.6;
} }