Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 92c4309

Browse files
committed
Removed red shield in forwarding preview.
Signed-off-by: ankur12-1610 <[email protected]>
1 parent 43f264c commit 92c4309

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

res/css/views/dialogs/_ForwardDialog.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@ limitations under the License.
5050

5151
// When forwarding messages from encrypted rooms, EventTile will complain
5252
// that our preview is unencrypted, which doesn't actually matter
53-
.mx_EventTile_e2eIcon_unencrypted {
54-
display: none;
55-
}
56-
5753
// We also hide download links to not encourage users to try interacting
54+
.mx_EventTile_e2eIcon_unencrypted,
55+
.mx_EventTile_e2eIcon_warning,
5856
.mx_MFileBody_download {
5957
display: none;
6058
}

0 commit comments

Comments
 (0)