mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 16:05:44 +08:00
UX: don't change color of number in badge on hover
This commit is contained in:
@ -243,6 +243,10 @@
|
||||
color: $secondary;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $secondary;
|
||||
}
|
||||
|
||||
// New posts
|
||||
|
||||
&.new-posts, &.unread-posts {
|
||||
|
Reference in New Issue
Block a user