From 94907eef331d79ab6393ca0e9fb19ae0fcd1affc Mon Sep 17 00:00:00 2001 From: hfcRed Date: Fri, 9 Jan 2026 18:50:26 +0100 Subject: [PATCH] Minor fix --- app/components/elements/Menu.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/components/elements/Menu.module.css b/app/components/elements/Menu.module.css index 9d0949a79..ce678e843 100644 --- a/app/components/elements/Menu.module.css +++ b/app/components/elements/Menu.module.css @@ -21,6 +21,10 @@ display: flex; flex-direction: column; gap: var(--s-0-5); + + &:focus-visible { + outline: none; + } } .item {