mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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,7 +17,6 @@
|
|||||||
: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}",
|
||||||
|
|||||||
Reference in New Issue
Block a user