Show parent tasks in task overview list (#41)
This commit is contained in:
parent
d041384999
commit
81e9eef154
2 changed files with 12 additions and 0 deletions
|
|
@ -77,6 +77,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
span.parent-tasks {
|
||||
color: lighten($dark, 50);
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.remove {
|
||||
color: $red;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue