Skip to content

Commit

Permalink
Make formatting of disclosure summary same as link
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 5, 2023
1 parent e0e6099 commit 1e10704
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">
<summary class="font-bold list-none text-fuchsia hover:cursor-pointer hover:underline">
<%= 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 1e10704

Please sign in to comment.