mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: focus state of backlink
This commit is contained in:
@@ -20,6 +20,7 @@ const { backLink } = Astro.props;
|
|||||||
aria-label="Back to overview"
|
aria-label="Back to overview"
|
||||||
class="flex h-clickarea w-clickarea cursor-pointer items-center justify-center border-none text-[0]"
|
class="flex h-clickarea w-clickarea cursor-pointer items-center justify-center border-none text-[0]"
|
||||||
type="button"
|
type="button"
|
||||||
|
tabindex={-1}
|
||||||
>
|
>
|
||||||
<Sprite name="ri:arrow-left-line" class="h-icon w-icon" />
|
<Sprite name="ri:arrow-left-line" class="h-icon w-icon" />
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user