mirror of
https://github.com/discourse/discourse.git
synced 2025-06-29 00:02:52 +08:00
UX: don't change color of number in badge on hover
This commit is contained in:
@ -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 New Issue
Block a user