fix: focus state of backlink

This commit is contained in:
Stefan Imhoff
2023-04-26 18:29:22 +02:00
parent fe5756f542
commit 97f4d8adb4

View File

@@ -20,6 +20,7 @@ const { backLink } = Astro.props;
aria-label="Back to overview"
class="flex h-clickarea w-clickarea cursor-pointer items-center justify-center border-none text-[0]"
type="button"
tabindex={-1}
>
<Sprite name="ri:arrow-left-line" class="h-icon w-icon" />
</button>