UX: suppress new indicator style
This commit is contained in:
parent
fdc89b1735
commit
870fd70525
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue