Fix accounts header banner grayscale (#39042)

This commit is contained in:
Shlee
2026-05-18 18:46:49 +10:00
committed by GitHub
parent cdf48e806d
commit bb94f91f86

View File

@@ -21,7 +21,7 @@
height: 160px;
}
:global(.inactive) & {
.moved & {
filter: grayscale(100%);
}
}