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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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