From 92c43095f371849f14adf92cb80bec579d9bc5ad Mon Sep 17 00:00:00 2001 From: ankur12-1610 Date: Fri, 24 Dec 2021 21:32:02 +0530 Subject: [PATCH] Removed red shield in forwarding preview. Signed-off-by: ankur12-1610 --- res/css/views/dialogs/_ForwardDialog.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/res/css/views/dialogs/_ForwardDialog.scss b/res/css/views/dialogs/_ForwardDialog.scss index d36875093d35..98ffb44289a9 100644 --- a/res/css/views/dialogs/_ForwardDialog.scss +++ b/res/css/views/dialogs/_ForwardDialog.scss @@ -50,11 +50,9 @@ limitations under the License. // When forwarding messages from encrypted rooms, EventTile will complain // that our preview is unencrypted, which doesn't actually matter - .mx_EventTile_e2eIcon_unencrypted { - display: none; - } - // We also hide download links to not encourage users to try interacting + .mx_EventTile_e2eIcon_unencrypted, + .mx_EventTile_e2eIcon_warning, .mx_MFileBody_download { display: none; }