Skip to content

Commit

Permalink
Make tabs change on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciapaz committed Jan 7, 2025
1 parent 078f27f commit e5a9ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/search_pills/component.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ div class="w-full bg-gray-9" id="tabs-wrapper"
/ Tabs
ul class="flex overflow-x-auto overflow-y-hidden flex-1 gap-x-6 pr-6 pl-5 text-sm list-none bg-blue-pale text-gray-2"
- @tabs_labels.each do |tab_label|
li data-action="click->tabs#change" data-tabs-target="tab"
li data-action="mouseover->tabs#change" data-tabs-target="tab"
a class="inline-block py-3 whitespace-nowrap" href="#" = tab_label
li data-action="click->modal#open" class="underline-on-hover"
button class="inline-block py-3 whitespace-nowrap" type="button" id="advanced-filters-button"
Expand Down

0 comments on commit e5a9ee1

Please sign in to comment.