fix(lists): remove borky gradient

Left the SCSS for it in, for ease of playing with to get it to work in v2.
This commit is contained in:
SabreCat
2017-08-12 15:29:20 +00:00
parent 4ba97755a5
commit 40ebaefac9

View File

@@ -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",
)