File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ def default_attrs
12
12
{
13
13
class : [
14
14
"peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background accent-primary" ,
15
- "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2" ,
16
15
"disabled:cursor-not-allowed disabled:opacity-50" ,
17
16
"checked:bg-primary checked:text-primary-foreground" ,
18
- "aria-disabled:cursor-not-allowed aria-disabled:opacity-50 aria-disabled:pointer-events-none"
17
+ "aria-disabled:cursor-not-allowed aria-disabled:opacity-50 aria-disabled:pointer-events-none" ,
18
+ "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"
19
19
] ,
20
20
data : {
21
21
ruby_ui__combobox_target : "input" ,
You can’t perform that action at this time.
0 commit comments