style(next)/launcher bar: use a custom focus rectangle for the global menu button

This commit is contained in:
Adorian Doran 2025-03-19 18:10:54 +02:00
parent eb13b34429
commit c93ac0445e

View File

@ -247,11 +247,13 @@ body.layout-horizontal > .horizontal {
font-size: var(--launcher-pane-icon-size) !important;
}
#launcher-pane .launcher-button:focus {
#launcher-pane .launcher-button:focus,
#launcher-pane .global-menu button:focus {
outline: none;
}
#launcher-pane .launcher-button:focus-visible {
#launcher-pane .launcher-button:focus-visible,
#launcher-pane .global-menu button:focus-visible {
outline: 2px solid var(--launcher-pane-button-focus-outline-color);
}