about summary refs log tree commit diff
diff options
context:
space:
mode:
authorchr <chr@cybre.space>2020-02-16 18:37:31 -0800
committerchr <chr@cybre.space>2021-03-01 21:13:40 -0800
commit2854fcdbb2dffa0a6dc67562bde0a3655136b0b3 (patch)
tree663fcc45f6f3f59107bd783eccddb60726705949
parent09638e58979cb983fb1c6041bf114b18fa53b124 (diff)
gargron why
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index d6385f161..530e1e3af 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -1669,13 +1669,13 @@ a.account__display-name {
 
 .no-reduce-motion .icon-button.star-icon {
   &.activate {
-    & > .fa-star {
+    & > .fa-floppy-o {
       animation: spring-rotate-in 1s linear;
     }
   }
 
   &.deactivate {
-    & > .fa-star {
+    & > .fa-floppy-o {
       animation: spring-rotate-out 1s linear;
     }
   }