a11y improvements

This commit is contained in:
2023-04-26 23:14:15 +02:00
parent 6c1a707166
commit 4c81e3c432
3 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
>
<span
<button
on:click={() => {
const newstate = !current_teams.some(
(r) => r.is_selected === true
@@ -91,7 +91,7 @@
>{#if current_teams.some((r) => r.is_selected === true)}
{$_("deselect-all")}
{:else}{$_("select-all")}{/if}
</span>
</button>
</th>
<th
scope="col"