Skip to content

Commit 5cab82b

Browse files
authored
Update ruby-ui (#175)
1 parent 0cd4d84 commit 5cab82b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT
1414

1515
GIT
1616
remote: https://github.com/ruby-ui/ruby_ui.git
17-
revision: 8152bef6098d1278932136a059a240ecae0f755e
17+
revision: cf00f6648f30031f67792440fe48c031afb581d9
1818
branch: main
1919
specs:
2020
ruby_ui (1.0.0.beta1)

app/assets/animations/confetti_animation.json

-1
This file was deleted.

app/components/ruby_ui/combobox/combobox_item.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def view_template(&)
1111
def default_attrs
1212
{
1313
class: [
14-
"flex flex-row w-full text-wrap truncate gap-2 items-center rounded-sm px-2 py-1.5 text-sm outline-none cursor-pointer",
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",
1515
"select-none has-[:checked]:bg-accent hover:bg-accent p-2",
1616
"[&>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"
1717
],

0 commit comments

Comments
 (0)