Skip to content

Commit

Permalink
Adjust size of search filter close button
Browse files Browse the repository at this point in the history
  • Loading branch information
kawakamimoeki committed Nov 15, 2024
1 parent 234467d commit 540f4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/lookbook/filter/component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
x-on:keydown.f.window="if (!($event.shiftKey || $event.metaKey || $event.ctrlKey || $event.altKey)) { focus(); $event.preventDefault(); $event.stopPropagation(); }"
x-on:keydown.stop>
<button class="text-lookbook-icon-button-stroke hover:text-lookbook-icon-button-stroke-hover focus:ring-0 focus:outline-none absolute top-1/2 right-3 -translate-y-1/2" x-on:click="clear" x-bind:class="{hidden: !active}">
<%= icon :x, size: 3 %>
<%= icon :x, size: 4 %>
</button>
</div>
<% end %>
<% end %>

0 comments on commit 540f4f8

Please sign in to comment.