mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Dropdown options hover/focus effect changed
This commit is contained in:
parent
b2c1b8323b
commit
800ee482e4
1 changed files with 1 additions and 5 deletions
|
|
@ -53,11 +53,7 @@
|
|||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: var(--color-surfacedarker);
|
||||
|
||||
&:global(.selected) {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
background-color: var(--color-surfacedark);
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue