mirror of
https://github.com/funamitech/mastodon
synced 2024-12-02 16:58:53 +09:00
Fix focused background color of favourited direct toot (tootsuite pr #6021)
This commit is contained in:
parent
815524412b
commit
46565ed746
@ -674,6 +674,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
Block a user