UX: don't change color of number in badge on hover

This commit is contained in:
Sam 2016-05-13 18:47:40 +10:00
parent 398f10bf4f
commit b35682112b
1 changed files with 4 additions and 0 deletions

View File

@ -243,6 +243,10 @@
color: $secondary; color: $secondary;
} }
&:hover {
color: $secondary;
}
// New posts // New posts
&.new-posts, &.unread-posts { &.new-posts, &.unread-posts {