added aria-hidden attr and bumped app version
This commit is contained in:
@@ -238,11 +238,12 @@
|
||||
{#if btnClose && !popup}
|
||||
<button
|
||||
type="button"
|
||||
aria-label="Close"
|
||||
class="overlay-close"
|
||||
transition:fade={{ duration: transitionSpeed }}
|
||||
on:click|preventDefault={hide}
|
||||
>
|
||||
<i class="ri-close-line" />
|
||||
<i class="ri-close-line" aria-hidden="true" />
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
@@ -251,10 +252,11 @@
|
||||
{#if btnClose && popup}
|
||||
<button
|
||||
type="button"
|
||||
aria-label="Close"
|
||||
class="btn btn-sm btn-circle btn-transparent btn-close m-l-auto"
|
||||
on:click|preventDefault={hide}
|
||||
>
|
||||
<i class="ri-close-line txt-lg" />
|
||||
<i class="ri-close-line txt-lg" aria-hidden="true" />
|
||||
</button>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user