Skip to content

Commit f63f0b2

Browse files
committed
Make "Withdraw" button more consistent with others
Add a heroicon to "Withdraw" button and style it similar to "Delete". Issue #3296
1 parent f4ae001 commit f63f0b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hypha/apply/funds/templates/funds/applicationsubmission_detail.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ <h5>{% blocktrans with stage=object.previous.stage %}Your {{ stage }} applicatio
113113
{% endif %}
114114
{% if request.user|has_withdraw_perm:object %}
115115
<a
116-
class="link link--withdraw-submission is-active"
116+
class="font-bold text-red-600 flex items-center hover:opacity-70 transition-opacity"
117117
href="{% url 'funds:submissions:withdraw' object.id %}">
118+
{% heroicon_micro "arrow-uturn-down" class="inline me-1 fill-red-600" aria_hidden=true %}
118119
{% trans "Withdraw" %}
119120
</a>
120121
{% endif %}

0 commit comments

Comments
 (0)