diff options
| author | shpuld <shp@cock.li> | 2017-11-24 23:55:46 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-24 23:55:46 +0200 |
| commit | f02229fed266dfd2e23d0675b2cd7e7c9bd649e7 (patch) | |
| tree | 0194a15fe2c6ae40f7e2b244af0790833c80fc84 /src/components/retweet_button | |
| parent | 2431d35277b0c7c761bf080f0bfffa654ee4b182 (diff) | |
Add specifity to active classes to make them override theme colors.
Diffstat (limited to 'src/components/retweet_button')
| -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 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> |
