Fix focused background color of favourited direct toot (tootsuite pr #6021)
parent
815524412b
commit
46565ed746
|
@ -674,6 +674,10 @@
|
|||
|
||||
.status.status-direct {
|
||||
background: lighten($ui-base-color, 12%);
|
||||
|
||||
&.muted {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.detailed-status,
|
||||
|
|
Loading…
Reference in New Issue