style(next)/launcher bar: fix the focus outline for the global menu on the vertical layout

This commit is contained in:
Adorian Doran 2025-03-19 18:26:13 +02:00
parent c93ac0445e
commit f14c101d6d

View File

@ -253,10 +253,17 @@ body.layout-horizontal > .horizontal {
}
#launcher-pane .launcher-button:focus-visible,
#launcher-pane .global-menu button:focus-visible {
#launcher-pane.horizontal .global-menu button:focus-visible {
outline: 2px solid var(--launcher-pane-button-focus-outline-color);
}
#launcher-pane.vertical .global-menu button:focus-visible svg {
outline-offset: 4px;
outline: 2px solid var(--launcher-pane-button-focus-outline-color);
border-radius: 4px;
overflow: visible;
}
#launcher-pane.vertical .spacer {
width: var(--launcher-pane-size);
}