Skip to content

Commit

Permalink
fix hide button color
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Apr 15, 2024
1 parent 24e448f commit d0e744b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
align-self: center;
}

.layout-content table svg.hide-button {
fill: var(--secondary);
}

/* Elevate z-index of sticky footer to prevent overlap with absolutely positioned elements. */
.item__edit-sticky {
z-index: 10;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
aria-controls="<%= current_user.present? ? "flagModal#{proposal.id}" : "loginModal" %>"
aria-haspopup="true"
tabindex="0">
<%= icon "flag-line", aria_hidden: true, class: "action-icon icon--small action-icon--show-proposal", role: "img", "aria-hidden": true %>
<%= icon "flag-line", aria_hidden: true, class: "hide-button icon--small action-icon--show-proposal", role: "img", "aria-hidden": true %>
</button>
<% end %>
<% end %>

0 comments on commit d0e744b

Please sign in to comment.