Skip to content

Trello NO Notifications by kout

Details

Authorkout

LicenseNo License

Categorytrello.com

Created

Updated

Size603 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the red background of the notification indicator (the bell in the top right corner) which may be distracting for some people.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Trello NO Notifications
@namespace      USO Archive
@author         M Lander
@description    `Stops the red light notification icon to be displayed - will always be the standard color instead. Trello without notifications.`
@version        20180608.9.40
@license        CC-BY-4.0
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("trello.com") {
	[data-test-id="header-notifications-button"],
	.new-notifications {
    	background: hsla(0, 0%, 100%, .3)!important;
	}
	[data-test-id="header-notifications-button"] + div[role="button"] {		
		display: none;
	}
}

Reviews

No reviews yet.