mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-25 21:43:58 -04:00
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;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $secondary;
|
||||
}
|
||||
|
||||
// New posts
|
||||
|
||||
&.new-posts, &.unread-posts {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue