Fix focused background color of notifications of direct toots (#6021)
parent
5ad45552b3
commit
0d3ffa691e
|
@ -705,6 +705,10 @@
|
||||||
|
|
||||||
.status.status-direct {
|
.status.status-direct {
|
||||||
background: lighten($ui-base-color, 12%);
|
background: lighten($ui-base-color, 12%);
|
||||||
|
|
||||||
|
&.muted {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailed-status,
|
.detailed-status,
|
||||||
|
|
Loading…
Reference in New Issue