Fix lint/style offenses

This commit is contained in:
cyrillefr
2025-03-20 14:44:52 +01:00
parent 9d0214374b
commit 03c6d9156f
2 changed files with 5 additions and 5 deletions

View File

@@ -29,11 +29,11 @@
.remove-budget-investment {
@include has-fa-icon(times, solid);
cursor: pointer;
font-size: $close-icon-size;
position: absolute;
right: $close-icon-margin;
top: $close-icon-margin;
cursor: pointer;
}
&:hover {

View File

@@ -4,10 +4,10 @@
<% if budget.balloting? %>
<%= button_to delete_path,
title: t("budgets.ballots.show.remove"),
class: "remove-budget-investment",
method: :delete,
remote: true do %>
title: t("budgets.ballots.show.remove"),
class: "remove-budget-investment",
method: :delete,
remote: true do %>
<span class="show-for-sr"><%= t("budgets.ballots.show.remove") %></span>
<% end %>
<% end %>