From 0cfaeaa3a754168e649f95b67c8f0afcbbdbae81 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 15 Dec 2025 15:46:03 +0000 Subject: [PATCH] Fix CSS specificity causing icon issues in e2e verification (#31542) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/structures/auth/_CompleteSecurity.pcss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/res/css/structures/auth/_CompleteSecurity.pcss b/res/css/structures/auth/_CompleteSecurity.pcss index 6776681f63..d8e9e4b4af 100644 --- a/res/css/structures/auth/_CompleteSecurity.pcss +++ b/res/css/structures/auth/_CompleteSecurity.pcss @@ -11,18 +11,17 @@ Please see LICENSE files in the repository root for full details. align-items: center; } -.mx_CompleteSecurity_headerIcon { +.mx_E2EIcon.mx_CompleteSecurity_headerIcon { width: 24px; height: 24px; margin-right: 4px; display: inline-block; } -.mx_CompleteSecurity_heroIcon { +.mx_E2EIcon.mx_CompleteSecurity_heroIcon { width: 128px; height: 128px; margin: 0 auto; - display: inline-block; } .mx_CompleteSecurity_skip {