Add E2E status in room header (#11493)
* Add E2E status in room header * Clearer logic for dmRoomList Co-authored-by: Andy Balaam <andy.balaam@matrix.org> * Add test for E2E shield * Remove dead code --------- Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
This commit is contained in:
parent
6b3243b27b
commit
46037d2357
6 changed files with 127 additions and 17 deletions
|
@ -134,6 +134,14 @@ code {
|
|||
color: $muted-fg-color;
|
||||
}
|
||||
|
||||
.mx_Verified {
|
||||
color: $e2e-verified-color;
|
||||
}
|
||||
|
||||
.mx_Untrusted {
|
||||
color: $e2e-warning-color;
|
||||
}
|
||||
|
||||
b {
|
||||
/* On Firefox, the default weight for `<b>` is `bolder` which results in no bold */
|
||||
/* effect since we only have specific weights of our fonts available. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue