From bb94f91f86e0af8b5bf1c15612de2abac244c123 Mon Sep 17 00:00:00 2001 From: Shlee Date: Mon, 18 May 2026 18:46:49 +1000 Subject: [PATCH] Fix accounts header banner grayscale (#39042) --- .../mastodon/components/account_header/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/components/account_header/styles.module.scss b/app/javascript/mastodon/components/account_header/styles.module.scss index e51f1af3ec..2daf386734 100644 --- a/app/javascript/mastodon/components/account_header/styles.module.scss +++ b/app/javascript/mastodon/components/account_header/styles.module.scss @@ -21,7 +21,7 @@ height: 160px; } - :global(.inactive) & { + .moved & { filter: grayscale(100%); } }