Skip to content

Instantly share code, notes, and snippets.

@oponder
Created June 21, 2019 04:44
Show Gist options
  • Save oponder/b8641232138ccf680a0d3fe461c366b6 to your computer and use it in GitHub Desktop.
Save oponder/b8641232138ccf680a0d3fe461c366b6 to your computer and use it in GitHub Desktop.
Don't show notification indicator on GitHub.com
/* Don't show notification indicator on github.com */
.notification-indicator .mail-status.unread {
display: none !important;
}
@oponder
Copy link
Author

oponder commented Jun 21, 2019

Once I see one of these dang indicators my brain just has to find out what's behind it.

Screenshot 2019-06-21 at 12 42 08 PM

Not very conducive to my 'flow' state.

Instead I like to check things when I'm out of flow, and very urgent and important things usually find their way to me anyways.

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