mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-13 08:12:51 +02:00
feat: blur select buttons on click
This commit is contained in:
@@ -53,13 +53,13 @@
|
|||||||
<button class="btn btn-secondary btn-sm"
|
<button class="btn btn-secondary btn-sm"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-title="{% translate 'Select All' %}"
|
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>
|
<i class="fa-solid fa-check-double"></i>
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-secondary btn-sm"
|
<button class="btn btn-secondary btn-sm"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-title="{% translate 'Unselect All' %}"
|
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>
|
<i class="fa-solid fa-xmark tw-text-red-400"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user