Hide "Other Notifications"

Perhaps try:

.top-tabs.tabs-list > a:not(#user-menu-button-all-notifications) {
  display: none;
}
1 Like