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

Commit

Permalink
Clubbed all the classes which has display property to none.
Browse files Browse the repository at this point in the history
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
  • Loading branch information
ankur12-1610 committed Dec 24, 2021
1 parent 4a5fa66 commit 49ea555
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions res/css/views/dialogs/_ForwardDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ 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
// 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 {
Expand Down

0 comments on commit 49ea555

Please sign in to comment.