blob: 2c1ba9f8c844b9633d702b4db883e3f8e43f52f2 (
plain) (
blame)
1
2
3
4
5
|
/* Only show "Open all unread" if no notifications are selected */
.js-notifications-mark-selected-actions[hidden]
~ .rgh-open-notifications-button {
display: inline-block !important;
}
|