tone down new/unread on hamburger categories

This commit is contained in:
Jeff Atwood 2014-08-04 21:17:31 -07:00
parent e145e34ebe
commit 1efc4e2098
1 changed files with 4 additions and 0 deletions

View File

@ -283,6 +283,10 @@
background-color: transparent;
line-height: 20px;
margin: 5px 5px 0 5px;
.badge-notification {
color: scale-color($primary, $lightness: 50%);
background-color: transparent;
}
}
&#user-dropdown {