From 454eef2e0788b8515deb1ace7ad5b0970743c845 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Mon, 8 Jan 2024 13:11:24 +0300 Subject: [PATCH] Revert "* do not strikethrough completed tasks" This reverts commit bad99a11ab37673cfeb3f5fa530460c743ddd7af. --- src/content/theme/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/theme/style.css b/src/content/theme/style.css index f1bbb65..3954049 100644 --- a/src/content/theme/style.css +++ b/src/content/theme/style.css @@ -702,6 +702,7 @@ li.task-row.task-completed .duedate { /*font-size:0.8rem;*/ display:none; } #tasklist li.task-row.past .duedate { color: var(--color-duedate-past); } #tasklist li.task-row.task-completed { opacity:0.6; } +#tasklist li.task-row.task-completed .task-through { text-decoration:line-through; } #tasklist li.task-row.task-completed:hover { opacity:1.0; } #tasklist li.task-row.not-in-tagpreview { @@ -765,6 +766,7 @@ li.task-row:hover .taskactionbtn { word-wrap:break-word; } li.task-row.task-expanded .task-note-block { display:block; } +li.task-row.task-completed .task-note-block .task-note { text-decoration:line-through; } .task-note-area { display:none; margin-bottom:5px; } .task-note-area textarea { color:var(--color-text-reduced); width:100%; display:block; height:65px; } .task-note-actions { font-size:0.8rem; }