1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-30 07:49:04 +09:00

Fix focused background color of favourited direct toot (tootsuite pr #6021)

This commit is contained in:
cwm 2017-12-26 13:30:23 -06:00
parent 815524412b
commit 46565ed746

View File

@ -674,6 +674,10 @@
.status.status-direct {
background: lighten($ui-base-color, 12%);
&.muted {
background: transparent;
}
}
.detailed-status,