UX: don't change color of number in badge on hover
This commit is contained in:
parent
398f10bf4f
commit
b35682112b
1 changed files with 4 additions and 0 deletions
|
@ -243,6 +243,10 @@
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $secondary;
|
||||||
|
}
|
||||||
|
|
||||||
// New posts
|
// New posts
|
||||||
|
|
||||||
&.new-posts, &.unread-posts {
|
&.new-posts, &.unread-posts {
|
||||||
|
|
Reference in a new issue