mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-20 00:33:10 +00:00
refactor(Ratings): remove btn transition
This commit is contained in:
parent
63aecc6764
commit
1780b49a38
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@
|
||||||
height: calc(@height / 2);
|
height: calc(@height / 2);
|
||||||
color: var(--primary-foreground-color);
|
color: var(--primary-foreground-color);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
transition: 0.3s all ease-in-out;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue