Show if a related task is done (#49)
Show if a related task is done Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/49
This commit is contained in:
parent
22d2d1a777
commit
da10b4310b
1 changed files with 5 additions and 5 deletions
|
@ -45,11 +45,6 @@
|
|||
width: 89%;
|
||||
}
|
||||
|
||||
&.done{
|
||||
text-decoration: line-through;
|
||||
color: $grey;
|
||||
}
|
||||
|
||||
.overdue{
|
||||
color: $red;
|
||||
}
|
||||
|
@ -77,6 +72,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tasktext.done{
|
||||
text-decoration: line-through;
|
||||
color: $grey;
|
||||
}
|
||||
|
||||
span.parent-tasks {
|
||||
color: lighten($dark, 50);
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in a new issue