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

Commit

Permalink
Removed red shield in forwarding preview. (#7447)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur12-1610 authored Jan 4, 2022
1 parent aaf14aa commit 8339d5f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions res/css/views/dialogs/_ForwardDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,12 @@ limitations under the License.
pointer-events: none;
}

.mx_EventTile_msgOption {
display: none;
}

// 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_msgOption,
.mx_EventTile_e2eIcon_unencrypted,
.mx_EventTile_e2eIcon_warning,
.mx_MFileBody_download {
display: none;
}
Expand Down

0 comments on commit 8339d5f

Please sign in to comment.