mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
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:
@@ -17,9 +17,8 @@
|
|||||||
:isUser="isUser",
|
:isUser="isUser",
|
||||||
@editTask="editTask",
|
@editTask="editTask",
|
||||||
)
|
)
|
||||||
.bottom-gradient
|
|
||||||
.column-background(
|
.column-background(
|
||||||
v-if="isUser === true",
|
v-if="isUser === true",
|
||||||
:class="{'initial-description': tasks[`${type}s`].length === 0}",
|
:class="{'initial-description': tasks[`${type}s`].length === 0}",
|
||||||
ref="columnBackground",
|
ref="columnBackground",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user