feat(status_bar): keep button active when dropdown is shown

This commit is contained in:
Elian Doran 2025-12-13 00:37:29 +02:00
parent 1a65c5e13e
commit 4ab8af0995
No known key found for this signature in database

View File

@ -32,6 +32,7 @@
} }
&.active, &.active,
&.dropdown-toggle.show,
&:focus, &:focus,
&:hover { &:hover {
background: var(--input-background-color); background: var(--input-background-color);