fix: update button visibility on hover in KanbanView component
This commit is contained in:
parent
181439be1d
commit
c93909523d
@ -56,7 +56,7 @@
|
|||||||
<Dropdown :options="actions(column)">
|
<Dropdown :options="actions(column)">
|
||||||
<template #default>
|
<template #default>
|
||||||
<Button
|
<Button
|
||||||
class="hidden group-hover:flex"
|
class="opacity-0 group-hover:opacity-100 pointer-events-none group-hover:pointer-events-auto transition-opacity"
|
||||||
icon="more-horizontal"
|
icon="more-horizontal"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user