Cascade layers regression fix
`.txt-small` now is more specific than `font-size: 0.74em` on `.reaction__action`
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user