Merge pull request #843 from Stremio/fix/checkbox-outline-hover
Some checks failed
Build / build (push) Has been cancelled

Checkbox: remove transition on outline on hover/focus
This commit is contained in:
Timothy Z. 2025-02-20 22:07:56 +02:00 committed by GitHub
commit c91758f00a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;