1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-10 17:49:22 +00:00

fix: use cursor pointer on clickable elements

This commit is contained in:
Elias Schneider
2025-01-28 19:22:29 +01:00
parent ea21eba281
commit 77985800ae
4 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<DropdownMenuPrimitive.SubTrigger
class={cn(
'flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[highlighted]:bg-accent data-[state=open]:bg-accent data-[highlighted]:text-accent-foreground data-[state=open]:text-accent-foreground',
'flex select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[highlighted]:bg-accent data-[state=open]:bg-accent data-[highlighted]:text-accent-foreground data-[state=open]:text-accent-foreground',
inset && 'pl-8',
className
)}