Fix e2e shield being invisible in white mode for encrypted room (#30408)

* fix: e2e icon for encrypted room

* test(e2e): add screenshot for grey shield in encrypted room
This commit is contained in:
Florian Duros
2025-07-25 12:56:21 +02:00
committed by GitHub
parent d384a9b71b
commit c98358cb26
3 changed files with 9 additions and 1 deletions

View File

@@ -52,7 +52,13 @@ Please see LICENSE files in the repository root for full details.
.mx_E2EIcon_normal::after {
mask-image: url("$(res)/img/e2e/normal.svg");
background-color: white;
background-color: var(--cpd-color-icon-tertiary);
}
.mx_E2EIcon_verified {
.mx_E2EIcon_normal::after {
background-color: white;
}
}
.mx_E2EIcon_verified::after {