summaryrefslogtreecommitdiff
path: root/source/features/open-all-notifications.css
blob: 4ca3b1725dd28cde8c2f8872b64a7e9d45973495 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* Align right */
.js-notifications-mark-selected-actions ~ .rgh-open-notifications-button {
	margin-left: auto;
}

/* Hide main button when user has selected some notifications */
.js-notifications-mark-selected-actions:not([hidden]) ~ .rgh-open-notifications-button {
	display: none;
}