UX: don't change color of number in badge on hover
This commit is contained in:
parent
398f10bf4f
commit
b35682112b
|
@ -243,6 +243,10 @@
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $secondary;
|
||||||
|
}
|
||||||
|
|
||||||
// New posts
|
// New posts
|
||||||
|
|
||||||
&.new-posts, &.unread-posts {
|
&.new-posts, &.unread-posts {
|
||||||
|
|
Loading…
Reference in New Issue