From da10b4310b95c029cccd0b20dfcd2b8f90d3ef76 Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 22 Jan 2020 20:27:48 +0000 Subject: [PATCH] Show if a related task is done (#49) Show if a related task is done Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/49 --- src/styles/components/tasks.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/components/tasks.scss b/src/styles/components/tasks.scss index 515ddcb5b6..df9b999dc9 100644 --- a/src/styles/components/tasks.scss +++ b/src/styles/components/tasks.scss @@ -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;