fix tasks--standalone name color

This commit is contained in:
Felix Niklas 2015-06-08 15:25:12 +02:00
parent 5f9f408915
commit c80e112489

View file

@ -1695,7 +1695,7 @@ footer {
display: flex; display: flex;
} }
.tasks-standalone .name { .tasks--standalone .name {
@extend .u-highlight, .u-textTruncate; @extend .u-highlight, .u-textTruncate;
} }