From: Lynx Kotoura Date: Thu, 9 Nov 2017 18:40:34 +0000 (+0900) Subject: Fix focused background color of direct toots (#5642) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f9e7336296894e92a20725d4e4f477bed0d089f4;p=mastodon.git Fix focused background color of direct toots (#5642) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 3cdc780bf..e4504f543 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -612,7 +612,7 @@ outline: 0; background: lighten($ui-base-color, 4%); - &.status-direct { + .status.status-direct { background: lighten($ui-base-color, 12%); }