aboutsummaryrefslogtreecommitdiff
path: root/src/components/retweet_button/retweet_button.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-24 23:55:46 +0200
committershpuld <shp@cock.li>2017-11-24 23:55:46 +0200
commitf02229fed266dfd2e23d0675b2cd7e7c9bd649e7 (patch)
tree0194a15fe2c6ae40f7e2b244af0790833c80fc84 /src/components/retweet_button/retweet_button.vue
parent2431d35277b0c7c761bf080f0bfffa654ee4b182 (diff)
Add specifity to active classes to make them override theme colors.
Diffstat (limited to 'src/components/retweet_button/retweet_button.vue')
-rw-r--r--src/components/retweet_button/retweet_button.vue2
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 3226d5c6..edbfef32 100644
--- a/src/components/retweet_button/retweet_button.vue
+++ b/src/components/retweet_button/retweet_button.vue
@@ -16,7 +16,7 @@
color: $green;
}
}
- .retweeted {
+ .icon-retweet.retweeted {
color: $green;
}
</style>