Show if a related task is done #49

Merged
konrad merged 1 commits from fix/show-related-tasks-done into master 2020-01-22 20:27:48 +00:00

View File

@ -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;