Change cursor to indicate possible click

This commit is contained in:
2025-01-20 16:07:24 -05:00
parent 731e01f2c5
commit 0dd5f6c5ad
@@ -1,6 +1,7 @@
<li data-reimbursement-id={{@reimbursement.id}}
class="{{item-status @reimbursement}}">
<p class="meta" {{on "click" this.toggleExpenseDetails}} role="button">
<p class="meta" {{on "click" this.toggleExpenseDetails}}
role="button" style="cursor: pointer;">
<span class="recipient">
<UserAvatar @contributor={{@reimbursement.contributor}} />
</span>