Fix: Tabbing issues

This commit is contained in:
Luc Mcgrady 2025-08-07 21:28:48 +01:00
parent 440e5a1674
commit 19347b6a89
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -28,16 +28,18 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<h1> <h1>
{title} {title}
</h1> </h1>
<div {#if onHelpClick}
on:click={onHelpClick} <div
on:keydown={onHelpClick} on:click={onHelpClick}
role="button" on:keydown={onHelpClick}
tabindex="0" role="button"
class="help-badge position-absolute" tabindex="0"
class:rtl class="help-badge position-absolute"
> class:rtl
<slot name="tooltip" /> >
</div> <slot name="tooltip" />
</div>
{/if}
</div> </div>
<slot /> <slot />
</div> </div>