Merge pull request #14953 from itk-dev/feature/aria-label-on-cog-button

Feat: aria label on cog button
This commit is contained in:
Tim Jaeryang Baek
2025-06-13 16:04:55 +04:00
committed by GitHub
54 changed files with 54 additions and 0 deletions

View File

@@ -83,6 +83,7 @@
<div class="flex gap-1">
<Tooltip content={$i18n.t('Configure')} className="self-start">
<button
aria-label={$i18n.t('Open modal to configure connection')}
class="self-center p-1 bg-transparent hover:bg-gray-100 dark:bg-gray-900 dark:hover:bg-gray-850 rounded-lg transition"
on:click={() => {
showConfigModal = true;

View File

@@ -8,6 +8,7 @@
fill="none"
viewBox="0 0 24 24"
stroke-width={strokeWidth}
aria-hidden="true"
stroke="currentColor"
class={className}
>