Revert "UX: suppress new indicator style"

This reverts commit 870fd70525.
This commit is contained in:
Jeff Atwood 2014-09-03 00:11:19 -07:00
parent 9c29c1c072
commit 6681d8ab81
1 changed files with 2 additions and 7 deletions

View File

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