From 183d11ff7206c285c7dc708a60fc617f607b44bd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 18 Sep 2025 16:19:23 +0300 Subject: [PATCH] fix(client): global menu has outline --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index c4c0b6d4c..0ffe0ec40 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -223,7 +223,7 @@ body.layout-horizontal > .horizontal { } #launcher-pane .launcher-button:focus, -#launcher-pane .global-menu button:focus { +#launcher-pane .global-menu :focus { outline: none; }