Remove defunct "always show encryption icons" setting

It doesn't do anything in practice.

Fixes https://github.com/vector-im/element-web/issues/8725
This commit is contained in:
Travis Ralston 2020-09-14 22:03:54 -06:00
parent ab91ce4b2d
commit b177843e45
4 changed files with 1 additions and 21 deletions

View file

@ -394,16 +394,6 @@ $left-gutter: 64px;
opacity: 1;
}
.mx_EventTile_e2eIcon_hidden {
display: none;
}
/* always override hidden attribute for blocked and warning */
.mx_EventTile_e2eIcon_hidden[src*="img/e2e-blocked.svg"],
.mx_EventTile_e2eIcon_hidden[src*="img/e2e-warning.svg"] {
display: block;
}
.mx_EventTile_keyRequestInfo {
font-size: $font-12px;
}