forked from AkkomaGang/akkoma-fe
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:
commit
527cc8358a
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.icon-star {
|
.favorite-button.icon-star {
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
color: $green;
|
color: $green;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.retweeted {
|
.icon-retweet.retweeted {
|
||||||
color: $green;
|
color: $green;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -324,7 +324,7 @@
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-reply-active {
|
.icon-reply.icon-reply-active {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue