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