-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The text inside a Select's option is always cursor-pointer, even when disabled:
ui/packages/ui/src/lib/internal/Select.svelte
Line 137 in 0fee863
| class="flex cursor-pointer items-center justify-center gap-2 text-sm font-medium whitespace-nowrap transition-colors" |
Even when the class of the parent is adjusted:
ui/packages/ui/src/lib/internal/Select.svelte
Line 129 in 0fee863
| disabled ? 'cursor-not-allowed' : 'cursor-pointer', |
I think the fix is very obvious, but I'm not 100% sure so I'll leave it up to you.
See below:

Metadata
Metadata
Assignees
Labels
No labels