mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-28 04:11:34 +01:00
feat: blur select buttons on click
This commit is contained in:
@@ -53,13 +53,13 @@
|
||||
<button class="btn btn-secondary btn-sm"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-title="{% translate 'Select All' %}"
|
||||
_="on click set <#transactions-list input[type='checkbox']/>'s checked to true">
|
||||
_="on click set <#transactions-list input[type='checkbox']/>'s checked to true then call me.blur()">
|
||||
<i class="fa-solid fa-check-double"></i>
|
||||
</button>
|
||||
<button class="btn btn-secondary btn-sm"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-title="{% translate 'Unselect All' %}"
|
||||
_="on click set <#transactions-list input[type='checkbox']/>'s checked to false">
|
||||
_="on click set <#transactions-list input[type='checkbox']/>'s checked to false then call me.blur()">
|
||||
<i class="fa-solid fa-xmark tw-text-red-400"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user