Remove the notification bubble from "streams"

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,763
I rarely if ever come to this site anymore but whenever I load it my eyes instantly go to the notifications because that's all that really matters and I always get bamboozled when i see i have a notification on "Streams" and it turns out that nothings really notified, it's just the number of streams that are active.

Like there aren't bubbles on ANYTHING else yet the same bubble is used for the alerts button... it's just kind of pointless and distracting.
 
I was waiting for someone to mention this. How is this then?
Screenshot from 2016-10-31 07-20-20 2.png
 
Before Ralle implements this, Stylish snippet:
Code:
a[href="https://www.hiveworkshop.com/streams/"] > .itemCount { background-color: #008000 !important; }
a[href="https://www.hiveworkshop.com/streams/"] > .itemCount > .arrow { border-top-color: #008000 !important; }
If you want both of them green, change the first selector to .navLink.
If you want streams one disabled (like you imply to), change the value to { display: none; }.
 
Status
Not open for further replies.
Back
Top