Fix opacity of record set item dropdown
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
width={256}
|
width={256}
|
||||||
/>
|
/>
|
||||||
</.link>
|
</.link>
|
||||||
<div class="absolute top-1 right-1 opacity-0 group-hover:opacity-100 transition-opacity">
|
<div class="absolute top-1 right-1 rounded-full bg-zinc-100/50 hover:bg-zinc-100/75 dark:bg-zinc-700/50 dark:hover:bg-zinc-700/75 size-5">
|
||||||
<.dropdown
|
<.dropdown
|
||||||
id={"item-actions-#{record_set.id}-#{item.record.id}"}
|
id={"item-actions-#{record_set.id}-#{item.record.id}"}
|
||||||
placement="bottom-end"
|
placement="bottom-end"
|
||||||
|
|||||||
Reference in New Issue
Block a user