mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Fix: Tabbing issues
This commit is contained in:
parent
440e5a1674
commit
19347b6a89
1 changed files with 12 additions and 10 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue