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 20:52:02 +01:00 committed by GitHub
parent 202af87b2e
commit f6fc5cad5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 131 deletions

View file

@ -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;
}