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:
parent
9f14e61aff
commit
329f5a0dda
@ -129,7 +129,6 @@ const defaultLeftToRightItemRenderer: ListRenderer = {
|
||||
> .content.-completed {
|
||||
> .title {
|
||||
opacity: 0.5;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -103,7 +103,6 @@ const defaultListRenderer: ListRenderer = {
|
||||
> .content.-completed {
|
||||
> .title {
|
||||
opacity: 0.5;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user