mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-28 18:40:47 +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,
|
.status__wrapper-direct,
|
||||||
.notification-ungrouped--direct {
|
.notification-ungrouped--direct {
|
||||||
.status__prepend,
|
.status__prepend,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user