We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e06b0e commit 481f178Copy full SHA for 481f178
1 file changed
res/css/views/rooms/_E2EIcon.pcss
@@ -52,17 +52,16 @@ Please see LICENSE files in the repository root for full details.
52
53
.mx_E2EIcon_normal::after {
54
mask-image: url("$(res)/img/e2e/normal.svg");
55
- background-color: var(--cpd-color-icon-tertiary);
+ background-color: white;
56
}
57
58
.mx_E2EIcon_verified::after {
59
mask-image: url("$(res)/img/e2e/verified.svg");
60
background-color: $e2e-verified-color;
61
62
63
-// When using the "normal" icon as a background for verified or warning icon,
+// When using the "normal" icon as a background for verified or warning icon,
64
// it should be slightly smaller than the foreground icon
65
.mx_E2EIcon_verified, .mx_E2EIcon_warning .mx_E2EIcon_normal::after {
66
mask-size: 90%;
67
- background-color: white;
68
0 commit comments