Cascade layers regression fix

`.txt-small` now is more specific than `font-size: 0.74em` on `.reaction__action`
This commit is contained in:
Jason Zimdars
2025-04-09 13:41:49 -05:00
parent e1337e64bf
commit c491e8cf6c
@@ -8,7 +8,7 @@
<%= turbo_frame_tag comment, :new_reaction do %>
<div class="flex-inline" data-controller="soft-keyboard">
<%= link_to new_collection_card_comment_reaction_path(comment.card.collection, comment.card, comment), role: "button",
class: "txt-small btn reaction__action", action: "soft-keyboard#open" do %>
class: "btn reaction__action", action: "soft-keyboard#open" do %>
<%= icon_tag "reaction" %>
<span class="for-screen-reader">Add a reaction</span>
<% end %>