mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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);
|
--icon-background-color: var(--color-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-within, &:hover {
|
&:focus, &:hover {
|
||||||
--icon-color: var(--color-surfacelighter);
|
--icon-color: var(--color-surfacelighter);
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue