From 502e5b7913dff08dd1728815e3565d72a0140221 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Wed, 9 Oct 2024 22:26:46 -0300 Subject: [PATCH] refactor: change mouseenter and mouseleave to mouseover and mouseout --- app/templates/transactions/fragments/item.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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">