Skip to content

Commit bfcaeb3

Browse files
chore: fix hover state
1 parent 7b3a378 commit bfcaeb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/components/emcn/components/combobox/combobox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ const Combobox = memo(
523523
'w-full pr-10 font-medium transition-colors hover-hover:bg-[var(--surface-7)] dark:hover-hover:border-[var(--surface-7)] dark:hover-hover:bg-[var(--border-1)]',
524524
(overlayContent || SelectedIcon) && 'text-transparent caret-foreground',
525525
SelectedIcon && !overlayContent && 'pl-7',
526+
open && 'focus-visible:border-[var(--border-1)]',
526527
className
527528
)}
528529
placeholder={placeholder}

0 commit comments

Comments
 (0)