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

th-downstream
cwm 7 years ago
parent f9863df926
commit 44d1b30dfb

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

Loading…
Cancel
Save