style(next): icon buttons: keep the button highlighted while the dropdown is open

This commit is contained in:
Adorian Doran 2025-01-30 22:47:24 +02:00
parent 3311f4f01c
commit f2f0bf3e10

View File

@ -95,7 +95,8 @@ button.btn.btn-success kbd {
font-size: calc(var(--icon-button-size) * var(--icon-button-icon-ratio));
}
:root .icon-action:not(.global-menu-button):hover {
:root .icon-action:not(.global-menu-button):hover,
:root .icon-action:not(.global-menu-button).show {
background: var(--icon-button-hover-background);
color: var(--icon-button-hover-color);
}