Show the list of a related task if it belongs to a different list

This commit is contained in:
kolaente 2020-05-09 19:33:37 +02:00
parent 2d59b0a1b0
commit 48df1a44e8
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 21 additions and 1 deletions

View file

@ -22,6 +22,11 @@
.task {
padding: .5em;
.different-list {
color: lighten($dark, 50);
width: auto;
}
}
}
}