Skip to content

Instantly share code, notes, and snippets.

@evanrmurphy
Created December 6, 2012 08:13
Show Gist options
  • Save evanrmurphy/4222689 to your computer and use it in GitHub Desktop.
Save evanrmurphy/4222689 to your computer and use it in GitHub Desktop.
Minimalist for Everything: Gmail inbox unread count option
[href$='#inbox'] {
visibility: hidden;
}
[href$='#inbox']:before {
content: 'Inbox';
visibility: visible;
}
@felipemeres
Copy link

Thank you for writing this. For some reason the code also replaces Gmail logo's with a Inbox text link. Is there anyway to fix that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment