fix(client): global menu has outline

This commit is contained in:
Elian Doran 2025-09-18 16:19:23 +03:00
parent a9f5b44fac
commit 183d11ff72
No known key found for this signature in database

View File

@ -223,7 +223,7 @@ body.layout-horizontal > .horizontal {
} }
#launcher-pane .launcher-button:focus, #launcher-pane .launcher-button:focus,
#launcher-pane .global-menu button:focus { #launcher-pane .global-menu :focus {
outline: none; outline: none;
} }