diff options
author | Wolfgang Müller | 2025-02-14 16:33:13 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-14 16:33:13 +0100 |
commit | 2648650c12471a24a29e4e9a4e2ac77940cd96ff (patch) | |
tree | 59c6796f7c296de20624434ef2ecbafe73e9cedd /frontend/src/lib/gallery | |
parent | 5f64054ba7cd4d275c820cbbfa9232017d708b3d (diff) | |
download | hircine-2648650c12471a24a29e4e9a4e2ac77940cd96ff.tar.gz |
frontend: Further improve highlight focus
Diffstat (limited to 'frontend/src/lib/gallery')
-rw-r--r-- | frontend/src/lib/gallery/GalleryPage.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/lib/gallery/GalleryPage.svelte b/frontend/src/lib/gallery/GalleryPage.svelte index f8a81a6..cca8ff3 100644 --- a/frontend/src/lib/gallery/GalleryPage.svelte +++ b/frontend/src/lib/gallery/GalleryPage.svelte @@ -56,7 +56,7 @@ class:dim role="button" tabindex="0" - class="{span} focus-thick focus-blue relative overflow-hidden rounded-sm" + class="{span} relative overflow-hidden rounded-sm focus-visible:outline-4 focus-visible:outline-blue-600" onclick={press} onkeydown={press} > |