1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

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

This commit is contained in:
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;
}
}