summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/components/Card.svelte
diff options
context:
space:
mode:
authorWolfgang Müller2025-02-14 16:33:13 +0100
committerWolfgang Müller2025-02-14 16:33:13 +0100
commit2648650c12471a24a29e4e9a4e2ac77940cd96ff (patch)
tree59c6796f7c296de20624434ef2ecbafe73e9cedd /frontend/src/lib/components/Card.svelte
parent5f64054ba7cd4d275c820cbbfa9232017d708b3d (diff)
downloadhircine-2648650c12471a24a29e4e9a4e2ac77940cd96ff.tar.gz
frontend: Further improve highlight focus
Diffstat (limited to 'frontend/src/lib/components/Card.svelte')
-rw-r--r--frontend/src/lib/components/Card.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/lib/components/Card.svelte b/frontend/src/lib/components/Card.svelte
index 8066b42..b8e8ecf 100644
--- a/frontend/src/lib/components/Card.svelte
+++ b/frontend/src/lib/components/Card.svelte
@@ -49,7 +49,7 @@
<a
{href}
- class="grid-card-v sm:grid-card-h focus-thick focus-blue relative grid overflow-hidden rounded-sm bg-slate-900 shadow-md shadow-slate-950/30"
+ class="grid-card-v sm:grid-card-h relative grid overflow-hidden rounded-sm bg-slate-900 shadow-md shadow-slate-950/30 focus-visible:outline-4 focus-visible:outline-blue-600"
class:compact
class:grid-card-cover-only={coverOnly}
{onclick}