Merge pull request #956 from Stremio/refactor/ratings-remove-transition

refactor(Ratings): remove btn transition
This commit is contained in:
Timothy Z. 2025-06-28 14:45:30 +03:00 committed by GitHub
commit 8bd0456e09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,6 @@
height: calc(@height / 2);
color: var(--primary-foreground-color);
opacity: 0.7;
transition: 0.3s all ease-in-out;
&:hover {
opacity: 1;