♿️ feat: keep event actions menu visible
This commit is contained in:
@@ -124,7 +124,8 @@ export const EventCard = ({ event, onEdit, onDelete }: EventCardProps) => {
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
className="h-7 w-7 shrink-0 opacity-0 group-hover:opacity-100 transition-opacity duration-150"
|
||||
className="h-7 w-7 shrink-0 text-muted-foreground/70 hover:text-foreground"
|
||||
aria-label="Event actions"
|
||||
>
|
||||
<MoreHorizontal className="h-3.5 w-3.5" />
|
||||
<span className="sr-only">Event actions</span>
|
||||
|
||||
Reference in New Issue
Block a user