1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix focused background color of direct toots (#5642)

This commit is contained in:
Lynx Kotoura 2017-11-10 03:40:34 +09:00 committed by Eugen Rochko
parent 07cca6e364
commit f9e7336296

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%);
}