Merge branch 'fix/give-icons-active-colors-back' into 'develop'

Add specifity to active icon classes to make them override theme colors.

See merge request pleroma/pleroma-fe!176
This commit is contained in:
Shpuld Shpludson 2017-11-25 09:09:57 +00:00
commit 527cc8358a
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
color: orange;
}
}
.icon-star {
.favorite-button.icon-star {
color: orange;
}

View file

@ -16,7 +16,7 @@
color: $green;
}
}
.retweeted {
.icon-retweet.retweeted {
color: $green;
}
</style>

View file

@ -324,7 +324,7 @@
color: $blue;
}
.icon-reply-active {
.icon-reply.icon-reply-active {
color: $blue;
}