From 550da1d63e5966b604d2694240c9f9619efbdffb Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 26 Oct 2024 19:33:18 -0300 Subject: [PATCH] refactor: replace select all action icon with square --- app/templates/monthly_overview/fragments/list.html | 4 ++-- app/templates/transactions/fragments/list_all.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/monthly_overview/fragments/list.html b/app/templates/monthly_overview/fragments/list.html index d79d7f1..9459bb5 100644 --- a/app/templates/monthly_overview/fragments/list.html +++ b/app/templates/monthly_overview/fragments/list.html @@ -54,13 +54,13 @@ data-bs-toggle="tooltip" data-bs-title="{% translate 'Select All' %}" _="on click set <#transactions-list input[type='checkbox']/>'s checked to true then call me.blur()"> - +
diff --git a/app/templates/transactions/fragments/list_all.html b/app/templates/transactions/fragments/list_all.html index d9d8674..66e8b21 100644 --- a/app/templates/transactions/fragments/list_all.html +++ b/app/templates/transactions/fragments/list_all.html @@ -109,13 +109,13 @@ data-bs-toggle="tooltip" data-bs-title="{% translate 'Select All' %}" _="on click set <#transactions-list input[type='checkbox']/>'s checked to true then call me.blur()"> - +