You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Desktop: Resolves #8225: No strikethrough on completed to-dos in note list to improve readability
This commit is contained in:
		| @@ -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; | ||||
| 			} | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user