diff --git a/src/index.scss b/src/index.scss index a3a37a6..748cd17 100644 --- a/src/index.scss +++ b/src/index.scss @@ -350,11 +350,16 @@ body { color: #eee; } - .favorite_widget_wrapper .favorite_button.active { - animation-name: favorite_animation; - animation-duration: 170ms; - animation-timing-function: linear; - color: $orange; + .favorite_widget_wrapper { + .favorite_button.active { + color: $orange; + } + + &:active { + animation-name: favorite_animation; + animation-duration: 170ms; + animation-timing-function: linear; + } } .user_icon {