Compare commits

..

No commits in common. "37d3e41142c203414b2aeafc03455a8fd9bcaafb" and "99e6e4df6b5c44b9706d22c4c447101d4d16480d" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -1650,13 +1650,13 @@ a.account__display-name {
.no-reduce-motion .icon-button.star-icon { .no-reduce-motion .icon-button.star-icon {
&.activate { &.activate {
& > .fa-floppy-o { & > .fa-star {
animation: spring-rotate-in 1s linear; animation: spring-rotate-in 1s linear;
} }
} }
&.deactivate { &.deactivate {
& > .fa-floppy-o { & > .fa-star {
animation: spring-rotate-out 1s linear; animation: spring-rotate-out 1s linear;
} }
} }