mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Merge pull request #881 from Stremio/fix/meta-details-focus-flicker
Some checks are pending
Build / build (push) Waiting to run
Some checks are pending
Build / build (push) Waiting to run
(Web App): MetaDetails Imdb button focus bug
This commit is contained in:
commit
4a68beb62c
1 changed files with 3 additions and 1 deletions
|
|
@ -107,7 +107,9 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
border-radius: 2.5rem;
|
||||
border-radius: 0.5rem;
|
||||
border: var(--focus-outline-size) solid transparent;
|
||||
padding: 0rem 0.5rem;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue