Remove display of key backup signatures from backup settings (#11333)

* Remove display of Key backup signatures

This is *fiddly* to support in Element-R, and we don't really think it's
offering any value.

* update snapshot

* clean up i18n
This commit is contained in:
Richard van der Hoff
2023-07-27 19:52:02 +00:00
committed by GitHub
parent 202af87b2e
commit f6fc5cad5c
4 changed files with 0 additions and 131 deletions
@@ -15,23 +15,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_SecureBackupPanel_sigValid,
.mx_SecureBackupPanel_sigInvalid,
.mx_SecureBackupPanel_deviceVerified,
.mx_SecureBackupPanel_deviceNotVerified {
font-weight: bold;
}
.mx_SecureBackupPanel_sigValid,
.mx_SecureBackupPanel_deviceVerified {
color: $e2e-verified-color;
}
.mx_SecureBackupPanel_sigInvalid,
.mx_SecureBackupPanel_deviceNotVerified {
color: $e2e-warning-color;
}
.mx_SecureBackupPanel_deviceName {
font-style: italic;
}