Skip to content

Commit

Permalink
Fix disclosure on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 5, 2024
1 parent b2da5c1 commit a3488ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/tailwind/disclosure_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<details class="text-<%= @size %> text-navy group">
<summary class="font-bold list-none text-fuchsia hover:cursor-pointer hover:underline">
<summary class="font-bold list-none text-fuchsia hover:cursor-pointer hover:underline [&::-webkit-details-marker]:hidden">
<%= summary %>
<%# TODO: Don't like the animation. Feels strangly weird rotating around the middle %>
<span class="w-0 h-0 inline-block
Expand Down

0 comments on commit a3488ae

Please sign in to comment.