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

Commit 49ea555

Browse files
committed
Clubbed all the classes which has display property to none.
Signed-off-by: ankur12-1610 <[email protected]>
1 parent 4a5fa66 commit 49ea555

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

res/css/views/dialogs/_ForwardDialog.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@ limitations under the License.
4444
pointer-events: none;
4545
}
4646

47-
.mx_EventTile_msgOption {
48-
display: none;
49-
}
50-
5147
// When forwarding messages from encrypted rooms, EventTile will complain
5248
// that our preview is unencrypted, which doesn't actually matter
5349
// We also hide download links to not encourage users to try interacting
50+
.mx_EventTile_msgOption,
5451
.mx_EventTile_e2eIcon_unencrypted,
5552
.mx_EventTile_e2eIcon_warning,
5653
.mx_MFileBody_download {

0 commit comments

Comments
 (0)