forked from AkkomaGang/akkoma-fe
Add specifity to active classes to make them override theme colors.
This commit is contained in:
parent
2431d35277
commit
f02229fed2
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
color: orange;
|
||||
}
|
||||
}
|
||||
.icon-star {
|
||||
.favorite-button.icon-star {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
color: $green;
|
||||
}
|
||||
}
|
||||
.retweeted {
|
||||
.icon-retweet.retweeted {
|
||||
color: $green;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
color: $blue;
|
||||
}
|
||||
|
||||
.icon-reply-active {
|
||||
.icon-reply.icon-reply-active {
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue