Skip to content

Commit

Permalink
elia/products/show: [wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 6, 2023
1 parent 594f781 commit 916e85a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<div class="relative inline-block" data-controller="<%= stimulus_id %>">
<div class="relative inline-block" data-controller="<%= stimulus_id %>" data-action="
click@window-><%= stimulus_id %>#close
">
<button
type="button"
class="block w-[1rem] h-[1rem]"
Expand All @@ -17,9 +19,6 @@
class="hidden absolute inline-block w-[9rem] px-[0.75rem] body-tiny-bold rounded z-10 <%= bubble_position_classes %> <%= bubble_theme_classes %>"
data-<%= stimulus_id %>-target="bubble"
data-content="<%= @guide %>"
data-action="
click@window-><%= stimulus_id %>#close
"
>
<span
role="status"
Expand Down

0 comments on commit 916e85a

Please sign in to comment.