fix(MultiselectMenu): keep background color when state is open

This commit is contained in:
Botzy 2025-03-11 19:43:04 +02:00
parent 98784779b5
commit 5365c1739e

View file

@ -34,7 +34,7 @@
}
}
&:hover {
&:hover, .open {
background-color: var(--overlay-color);
}
}