From 1dcf4520a0cf999d3b506e8511d71150e1cb5bb7 Mon Sep 17 00:00:00 2001 From: Bouni Date: Thu, 10 Dec 2020 12:06:49 +0000 Subject: [PATCH] Add color indicators to task list (#321) fix requested changes use computed for listColor, moved .colorBubble to theme.scss fixed tabs add color indicator to task list Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/321 Reviewed-by: konrad Co-Authored-By: Bouni Co-Committed-By: Bouni --- src/components/tasks/partials/singleTaskInList.vue | 9 +++++++++ src/styles/components/tasks.scss | 5 +++++ src/styles/theme/navigation.scss | 3 --- src/styles/theme/theme.scss | 6 ++++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/components/tasks/partials/singleTaskInList.vue b/src/components/tasks/partials/singleTaskInList.vue index 7f9ea0fad..ef43c716d 100644 --- a/src/components/tasks/partials/singleTaskInList.vue +++ b/src/components/tasks/partials/singleTaskInList.vue @@ -1,6 +1,11 @@