Desktop: Resolves #8225: No strikethrough on completed to-dos in note list to improve readability

pull/8951/head
Laurent Cozic 2023-09-24 23:38:20 +01:00
parent 9f14e61aff
commit 329f5a0dda
2 changed files with 0 additions and 2 deletions

View File

@ -129,7 +129,6 @@ const defaultLeftToRightItemRenderer: ListRenderer = {
> .content.-completed {
> .title {
opacity: 0.5;
text-decoration: line-through;
}
}

View File

@ -103,7 +103,6 @@ const defaultListRenderer: ListRenderer = {
> .content.-completed {
> .title {
opacity: 0.5;
text-decoration: line-through;
}
}