mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-19 22:57:51 +00:00
remove outline on hover/focus
This commit is contained in:
parent
58e188104b
commit
760752fa70
1 changed files with 1 additions and 1 deletions
|
|
@ -160,10 +160,10 @@
|
|||
font-size: 1.1rem;
|
||||
padding: 0.5rem;
|
||||
color: var(--color-backgrounddarker);
|
||||
outline: none;
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: var(--color-surfacelight);
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue