Last active
November 9, 2016 17:16
-
-
Save nonoesp/57ba3201919466cfc6effb923a02d3db to your computer and use it in GitHub Desktop.
Removes the unread email counter from the Inbox button.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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