File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ def default_attrs
1212 {
1313 class : [
1414 "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" ,
1615 "disabled:cursor-not-allowed disabled:opacity-50" ,
17- "aria-disabled:cursor-not-allowed aria-disabled:opacity-50 aria-disabled:pointer-events-none"
16+ "checked:bg-primary checked:text-primary-foreground" ,
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"
1819 ] ,
1920 data : {
2021 ruby_ui__combobox_target : "toggleAll" ,
You can’t perform that action at this time.
0 commit comments