mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Show completed tasks greyed out
This commit is contained in:
parent
26f464eb25
commit
8a1693d3d9
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
}
|
||||
|
||||
.taskCompleted {
|
||||
color: #aaa;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue