diff --git a/app/templates/transactions/fragments/item.html b/app/templates/transactions/fragments/item.html index ca8ed29..2264911 100644 --- a/app/templates/transactions/fragments/item.html +++ b/app/templates/transactions/fragments/item.html @@ -4,8 +4,8 @@ hover:tw-bg-zinc-900 p-2 {% if transaction.account.is_asset %}tw-border-dashed{% else %}tw-border-solid{% endif %} {% if transaction.type == "EX" %}tw-border-red-500{% else %}tw-border-green-500{% endif %} transaction tw-relative my-3" - _="on mouseenter remove .tw-invisible from the first .transaction-actions in me end - on mouseleave add .tw-invisible to the first .transaction-actions in me end"> + _="on mouseover remove .tw-invisible from the first .transaction-actions in me end + on mouseout add .tw-invisible to the first .transaction-actions in me end">