Skip to content

Commit b779542

Browse files
authored
feat: multiple select in keys list (#36)
* feat: add multiple shift select and delete functionality for the keys list * fix: the double border issue in the keys list when multiple selecting * fix: search input content going under the "X" button * feat: add cmd/ctrl to multiple select * feat: add "cursor-pointer" to dropdown menu items
1 parent 631fc23 commit b779542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/dropdown-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const DropdownMenuItem = React.forwardRef<
8080
<DropdownMenuPrimitive.Item
8181
ref={ref}
8282
className={cn(
83-
"data-[disabled]:opacity-50[&>svg]:size-4 relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-zinc-100 focus:text-zinc-900 data-[disabled]:pointer-events-none [&>svg]:shrink-0",
83+
"data-[disabled]:opacity-50[&>svg]:size-4 relative flex cursor-pointer select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-zinc-100 focus:text-zinc-900 data-[disabled]:pointer-events-none [&>svg]:shrink-0",
8484
inset && "pl-8",
8585
className
8686
)}

0 commit comments

Comments
 (0)