diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-03-09 03:08:59 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-03-09 03:08:59 -0500 |
| commit | 7a5bed0684e0acae1ac69920f467ca8fdac7cff4 (patch) | |
| tree | 206a03a9fb28df507d774bd572dd1c3ab487e492 /src/components/retweet_button/retweet_button.vue | |
| parent | e808df0285c8d8d6184f2933f8f6d07395039c10 (diff) | |
| parent | d94cd15467d53b8f5b87381de34fd9e3d3536b45 (diff) | |
Merge branch 'feature/animated-favorite-and-boost' into 'develop'
add a spin animation to favorite and boost actions
See merge request !52
Diffstat (limited to 'src/components/retweet_button/retweet_button.vue')
| -rw-r--r-- | src/components/retweet_button/retweet_button.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/retweet_button/retweet_button.vue b/src/components/retweet_button/retweet_button.vue index 9b2f5c7b..d923c5c4 100644 --- a/src/components/retweet_button/retweet_button.vue +++ b/src/components/retweet_button/retweet_button.vue @@ -11,12 +11,12 @@ @import '../../_variables.scss'; .icon-retweet { cursor: pointer; + animation-duration: 0.6s; &:hover { color: $green; } } .retweeted { - cursor: auto; color: $green; } </style> |
