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