From 940ef5c245d29b1441bfa1a88c808f637075b109 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 22 Nov 2024 18:15:31 +0100 Subject: frontend: Ignore tabindex for container divs These two break the tabbing flow, instead focus the next item within the container. --- frontend/src/lib/gallery/Gallery.svelte | 2 +- frontend/src/routes/+layout.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/gallery/Gallery.svelte b/frontend/src/lib/gallery/Gallery.svelte index c3b6386..964c677 100644 --- a/frontend/src/lib/gallery/Gallery.svelte +++ b/frontend/src/lib/gallery/Gallery.svelte @@ -5,7 +5,7 @@ export let pages: PageFragment[]; -
+
{#each pages as page, index} {/each} diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 0eefed1..9a5f3d2 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -68,7 +68,7 @@ -
+
-- cgit v1.2.3-2-gb3c3