aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxj9 <xj9@heropunch.io>2017-03-08 22:38:14 -0700
committerxj9 <xj9@heropunch.io>2017-03-08 22:38:14 -0700
commitd94cd15467d53b8f5b87381de34fd9e3d3536b45 (patch)
treeb6da73a20e7b0a1266147fa2c751b7bd50c4061f /src
parent459fdaf10fcc55248ec2868963edcba51114c877 (diff)
fix cursor style
Diffstat (limited to 'src')
-rw-r--r--src/components/retweet_button/retweet_button.vue1
1 files changed, 0 insertions, 1 deletions
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;
}
</style>