mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
fix(Checkbox): remove transition on outline
This commit is contained in:
parent
dfe509d93f
commit
e2c3e719ff
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
margin: 0 1rem 0 0.3rem;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: all 0.2s ease-in-out;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
user-select: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue