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

Show a gray shield when encrypted by deleted session #6119

Merged
merged 4 commits into from
Nov 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ $left-gutter: 64px;
.mx_EventTile_e2eIcon_unknown {
SimonBrandner marked this conversation as resolved.
Show resolved Hide resolved
&::after {
mask-image: url('$(res)/img/e2e/warning.svg');
SimonBrandner marked this conversation as resolved.
Show resolved Hide resolved
background-color: $notice-primary-color;
background-color: $composer-e2e-icon-color;
}
opacity: 1;
}
Expand Down