From 40ebaefac93e8cf068738d60ffcf86a857f0f520 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Sat, 12 Aug 2017 15:29:20 +0000 Subject: [PATCH] fix(lists): remove borky gradient Left the SCSS for it in, for ease of playing with to get it to work in v2. --- website/client/components/tasks/column.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/client/components/tasks/column.vue b/website/client/components/tasks/column.vue index 9347226c6a..1e7930b90c 100644 --- a/website/client/components/tasks/column.vue +++ b/website/client/components/tasks/column.vue @@ -17,9 +17,8 @@ :isUser="isUser", @editTask="editTask", ) - .bottom-gradient .column-background( - v-if="isUser === true", + v-if="isUser === true", :class="{'initial-description': tasks[`${type}s`].length === 0}", ref="columnBackground", )