mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
MetaPreview imdb button focus instead of focus-within
This commit is contained in:
parent
d783f4ccea
commit
a1c36e8419
1 changed files with 2 additions and 2 deletions
|
|
@ -103,11 +103,11 @@
|
|||
border: var(--focus-outline-size) solid transparent;
|
||||
background-color: @color-surface-light5-20;
|
||||
|
||||
&:hover, &:focus-within {
|
||||
&:hover, &:focus {
|
||||
background-color: @color-surface-light5-30;
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
&:focus {
|
||||
outline: none;
|
||||
border: var(--focus-outline-size) solid @color-surface-light5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue