[#1702] added aria-label to some buttons for accessibility

Co-authored-by: Nolan Darilek <nolan@thewordnerd.info>
This commit is contained in:
Gani Georgiev
2023-01-28 20:13:15 +02:00
parent 51ee1b5367
commit c51148e4d7
36 changed files with 82 additions and 78 deletions
@@ -106,6 +106,7 @@
{#if !$hideControls}
<button
type="button"
aria-label="Edit collection"
class="btn btn-transparent btn-circle"
use:tooltip={{ text: "Edit collection", position: "right" }}
on:click={() => collectionUpsertPanel?.show($activeCollection)}