mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Merge pull request #843 from Stremio/fix/checkbox-outline-hover
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Checkbox: remove transition on outline on hover/focus
This commit is contained in:
commit
c91758f00a
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