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