mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-20 15:36:03 +00:00
focusable outline constantly visible even on hover
This commit is contained in:
parent
6f805d5984
commit
af4af9d7ae
1 changed files with 2 additions and 4 deletions
|
|
@ -111,10 +111,8 @@ html, body, :global(#app) {
|
|||
|
||||
.focusable-with-border {
|
||||
&:focus, &:focus-within {
|
||||
&:not(:hover) {
|
||||
outline-offset: calc(-1 * var(--focusable-border-size));
|
||||
outline: var(--focusable-border-size) solid var(--color-surfacelighter);
|
||||
}
|
||||
outline-offset: calc(-1 * var(--focusable-border-size));
|
||||
outline: var(--focusable-border-size) solid var(--color-surfacelighter);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue