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/components/Titlebar.svelte | |
parent | 5f64054ba7cd4d275c820cbbfa9232017d708b3d (diff) | |
download | hircine-2648650c12471a24a29e4e9a4e2ac77940cd96ff.tar.gz |
frontend: Further improve highlight focus
Diffstat (limited to 'frontend/src/lib/components/Titlebar.svelte')
-rw-r--r-- | frontend/src/lib/components/Titlebar.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/lib/components/Titlebar.svelte b/frontend/src/lib/components/Titlebar.svelte index fe28cfe..bb36d8f 100644 --- a/frontend/src/lib/components/Titlebar.svelte +++ b/frontend/src/lib/components/Titlebar.svelte @@ -17,7 +17,7 @@ {#if favourite !== undefined} <button type="button" - class="focus-background mr-1 flex items-center" + class="mr-1 flex items-center focus-visible:bg-yellow-400/20 focus-visible:outline-hidden" title="Toggle favourite" onclick={onfavourite} > |