Change background color of notifications on private messages (#31657)
This commit is contained in:
parent
35538fe694
commit
3ddeaca863
2 changed files with 11 additions and 3 deletions
|
@ -1626,7 +1626,8 @@ body > [data-popper-placement] {
|
|||
}
|
||||
|
||||
.status__wrapper-direct,
|
||||
.notification-ungrouped--direct {
|
||||
.notification-ungrouped--direct,
|
||||
.notification-group--direct {
|
||||
background: rgba($ui-highlight-color, 0.05);
|
||||
|
||||
&:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue