Fix lint/style offenses
This commit is contained in:
@@ -29,11 +29,11 @@
|
|||||||
|
|
||||||
.remove-budget-investment {
|
.remove-budget-investment {
|
||||||
@include has-fa-icon(times, solid);
|
@include has-fa-icon(times, solid);
|
||||||
|
cursor: pointer;
|
||||||
font-size: $close-icon-size;
|
font-size: $close-icon-size;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: $close-icon-margin;
|
right: $close-icon-margin;
|
||||||
top: $close-icon-margin;
|
top: $close-icon-margin;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
<% if budget.balloting? %>
|
<% if budget.balloting? %>
|
||||||
<%= button_to delete_path,
|
<%= button_to delete_path,
|
||||||
title: t("budgets.ballots.show.remove"),
|
title: t("budgets.ballots.show.remove"),
|
||||||
class: "remove-budget-investment",
|
class: "remove-budget-investment",
|
||||||
method: :delete,
|
method: :delete,
|
||||||
remote: true do %>
|
remote: true do %>
|
||||||
<span class="show-for-sr"><%= t("budgets.ballots.show.remove") %></span>
|
<span class="show-for-sr"><%= t("budgets.ballots.show.remove") %></span>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user