Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 1a6557d

Browse files
committed
Replace btn-danger with btn-outline-danger on purchase list editor
1 parent ea2683b commit 1a6557d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/templates/purchase_list/edit.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ html_title = html_title _ ' for ' _ display_date(list.date, {html=>1});
8181
</td>
8282
<td>
8383
<form name="remove-offset" method="post" action="[% item.update_offset_url %]">
84-
<button type="submit" class="btn btn-danger btn-sm btn-quad mb-1 material-icons" title="Reset rounding" name="offset" value="0">undo</button>
84+
<button type="submit" class="btn btn-outline-danger btn-sm btn-quad mb-1 material-icons" title="Reset rounding" name="offset" value="0">undo</button>
8585
</form>
8686
</td>
8787
<td></td>

root/templates/purchase_list/snippet_dish.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<td>[% ingredient.dish.name | html %]</td>
55
<td>
66
<form method="post" action="[% ingredient.remove_url %]">
7-
<button type="submit" class="btn btn-danger btn-sm btn-quad" title="Remove from purchase list">
7+
<button type="submit" class="btn btn-outline-danger btn-sm btn-quad" title="Remove from purchase list">
88
<i class="material-icons">delete_forever</i>
99
</button>
1010
</form>

0 commit comments

Comments
 (0)