UX: suppress new indicator style

This commit is contained in:
Jeff Atwood 2014-09-02 23:48:37 -07:00
parent fdc89b1735
commit 870fd70525
1 changed files with 7 additions and 2 deletions

View File

@ -72,9 +72,14 @@ h1 a.badge-category div {vertical-align: top;}
color: $secondary;
}
// New posts
&.new-posts, &.unread-posts {
&.new-posts {
background-color: transparent;
color: scale-color($tertiary, $lightness: 50%);
font-weight: normal;
}
&.unread-posts {
background-color: scale-color($tertiary, $lightness: 50%);
color: $secondary;
font-weight: normal;