mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(MultiselectMenu): keep background color when state is open
This commit is contained in:
parent
98784779b5
commit
5365c1739e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover, .open {
|
||||
background-color: var(--overlay-color);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue