mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-12 19:31:55 +00:00
drop usage of focus-within
This commit is contained in:
parent
6f171017af
commit
193fd8fd2b
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@
|
|||
--icon-background-color: var(--color-primary);
|
||||
}
|
||||
|
||||
&:focus-within, &:hover {
|
||||
&:focus, &:hover {
|
||||
--icon-color: var(--color-surfacelighter);
|
||||
|
||||
.label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue