mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix focused background color of notifications of direct toots (#6021)
This commit is contained in:
parent
5ad45552b3
commit
0d3ffa691e
@ -705,6 +705,10 @@
|
||||
|
||||
.status.status-direct {
|
||||
background: lighten($ui-base-color, 12%);
|
||||
|
||||
&.muted {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.detailed-status,
|
||||
|
Loading…
Reference in New Issue
Block a user