diff options
author | Lynx Kotoura <admin@sanin.link> | 2017-11-10 03:40:34 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-11-09 19:40:34 +0100 |
commit | f9e7336296894e92a20725d4e4f477bed0d089f4 (patch) | |
tree | 9e811a498f45c77904ca47ab6c44871e3738e4bf | |
parent | 07cca6e364c0b8acf7c1bc4429113cab035d6f30 (diff) |
Fix focused background color of direct toots (#5642)
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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%); } |