mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-11 04:01:34 +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;
|
margin: 0 1rem 0 0.3rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: background-color 0.2s ease-in-out;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue