mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
fix: name the Folder modal close button (WCAG 4.1.2) (#29160)
This commit is contained in:
parent
233681464f
commit
afb9f3c2d1
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@
|
|||
{/if}
|
||||
</div>
|
||||
<button
|
||||
aria-label={$i18n.t('Close')}
|
||||
class="self-center rounded-lg p-1 text-gray-500 transition hover:bg-gray-50 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-800 dark:hover:text-gray-200"
|
||||
on:click={() => {
|
||||
show = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue