Task lists WIP:
* strike tasks when done.
This commit is contained in:
@ -26,6 +26,13 @@
|
||||
form {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&[task-is-done] {
|
||||
.task-name,
|
||||
.task-description {
|
||||
text-decoration-line: line-through;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user