Fix focused background color of notifications of direct toots (#6021)

This commit is contained in:
Lynx Kotoura 2017-12-14 07:36:29 +09:00 committed by Yamagishi Kazutoshi
parent 5ad45552b3
commit 0d3ffa691e
1 changed files with 4 additions and 0 deletions

View File

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