Skip to content

Instantly share code, notes, and snippets.

@nonoesp
Last active November 9, 2016 17:16
Show Gist options
  • Save nonoesp/57ba3201919466cfc6effb923a02d3db to your computer and use it in GitHub Desktop.
Save nonoesp/57ba3201919466cfc6effb923a02d3db to your computer and use it in GitHub Desktop.
Removes the unread email counter from the Inbox button.
* {
font-weight: 400;
}
[title*="Inbox"].n0 {
visibility: hidden;
}
[title*="Inbox"].n0:before {
content: "Inbox";
font-weight: 400;
opacity: 0.3;
visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment