mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
Revert "* do not strikethrough completed tasks"
This reverts commit bad99a11ab.
This commit is contained in:
parent
87620921a2
commit
454eef2e07
1 changed files with 2 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue