mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Bring back direct message tinting
This commit is contained in:
parent
a278f2e724
commit
4be85f8b8c
|
|
@ -1678,6 +1678,17 @@ body > [data-popper-placement] {
|
|||
}
|
||||
}
|
||||
|
||||
.status__wrapper-direct,
|
||||
.notification-ungrouped--direct,
|
||||
.notification-group--direct,
|
||||
.notification-group--annual-report {
|
||||
background: var(--clr-bg-accent-subtle);
|
||||
|
||||
&:focus {
|
||||
background: var(--clr-bg-accent-subtle-highlighted);
|
||||
}
|
||||
}
|
||||
|
||||
.status__wrapper-direct,
|
||||
.notification-ungrouped--direct {
|
||||
.status__prepend,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user