From d94cd15467d53b8f5b87381de34fd9e3d3536b45 Mon Sep 17 00:00:00 2001 From: xj9 Date: Wed, 8 Mar 2017 22:38:14 -0700 Subject: [PATCH] fix cursor style --- src/components/retweet_button/retweet_button.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/retweet_button/retweet_button.vue b/src/components/retweet_button/retweet_button.vue index 5ec85fcf..d923c5c4 100644 --- a/src/components/retweet_button/retweet_button.vue +++ b/src/components/retweet_button/retweet_button.vue @@ -17,7 +17,6 @@ } } .retweeted { - cursor: auto; color: $green; }