Merge pull request #9387 from vinzv/9236-frio-mobile-color-unread-notification-background

Divert unseen notification background colors into schemes
This commit is contained in:
Hypolite Petovan 2020-10-07 15:53:41 -04:00 committed by GitHub
commit 17b9c3542d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@
background-color: $nav_bg;
}
#topbar-first #nav-notifications-menu li.notification-unseen {
background-color: $nav_icon_hover_color;
}
#topbar-second {
background-color: $nav_bg;

View File

@ -17,6 +17,9 @@
background-color: $nav_bg;
}
#topbar-first #nav-notifications-menu li.notification-unseen {
background-color: $nav_icon_hover_color;
}
#topbar-second {
background-color: $nav_bg;