Skip to content

Commit d0885fe

Browse files
committed
Update dropdown menu item styles to improve cursor interaction by changing the base class for better user experience.
1 parent 0451a91 commit d0885fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/htpy_uikit/components/dropdown_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def dropdown_menu_item(
334334

335335
# Base classes - using Tailwind equivalent of Basecoat menu item
336336
base_classes = (
337-
"aria-hidden:hidden [&_svg]:text-muted-foreground relative flex cursor-default items-center gap-2 "
337+
"cursor-pointer aria-hidden:hidden [&_svg]:text-muted-foreground relative flex items-center gap-2 "
338338
"rounded-sm px-2 py-1.5 text-sm outline-hidden select-none [&_svg]:shrink-0 [&_svg]:size-4 w-full truncate"
339339
)
340340

0 commit comments

Comments
 (0)