Fix focused background color of direct toots (#5642)

lolsob-rspec
Lynx Kotoura 2017-11-10 03:40:34 +09:00 committed by Eugen Rochko
parent 471c7f61d9
commit 37992a1012
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@
outline: 0;
background: lighten($ui-base-color, 4%);
&.status-direct {
.status.status-direct {
background: lighten($ui-base-color, 12%);
}