fix: Do not oclude text on completed tasks, closes #4283

This commit is contained in:
Tom Moor
2022-10-23 07:52:02 -04:00
parent f6ae32deef
commit 9af22017fe

View File

@@ -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,