fix(kanban): use correct text color for deletion button
This commit is contained in:
parent
ecdb03aca8
commit
fe8e0ef78b
@ -130,7 +130,7 @@
|
|||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
v-tooltip="buckets.length <= 1 ? $t('project.kanban.deleteLast') : ''"
|
v-tooltip="buckets.length <= 1 ? $t('project.kanban.deleteLast') : ''"
|
||||||
:class="{'is-disabled': buckets.length <= 1}"
|
:class="{'is-disabled': buckets.length <= 1, 'has-text-danger': true}"
|
||||||
icon-class="has-text-danger"
|
icon-class="has-text-danger"
|
||||||
icon="trash-alt"
|
icon="trash-alt"
|
||||||
@click.stop="() => deleteBucketModal(bucket.id)"
|
@click.stop="() => deleteBucketModal(bucket.id)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user