We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf2277 commit 1978ce9Copy full SHA for 1978ce9
lib/ruby_ui/combobox/combobox_item.rb
@@ -13,7 +13,8 @@ def default_attrs
13
class: [
14
"flex flex-row w-full text-wrap [&>span,&>div]:truncate gap-2 items-center rounded-sm px-2 py-1 text-sm outline-none cursor-pointer",
15
"select-none has-[:checked]:bg-accent hover:bg-accent p-2",
16
- "[&>svg]:pointer-events-none [&>svg]:size-4 [&>svg]:shrink-0 aria-[current=true]:bg-accent aria-[current=true]:ring aria-[current=true]:ring-offset-2"
+ "[&>svg]:pointer-events-none [&>svg]:size-4 [&>svg]:shrink-0 aria-[current=true]:bg-accent aria-[current=true]:ring aria-[current=true]:ring-offset-2",
17
+ "has-disabled:opacity-50 has-disabled:cursor-not-allowed"
18
],
19
role: "option",
20
data: {
0 commit comments