Remove green "verified" bar for e2e events (#11496)
There is a little-known feature where, if you have verified a user (eg, via the emoji game), then when you mouse-over a message that they sent, it gets a green highlight. We also show a brown bar sometimes, and according to the CSS there may be a yellow bar too? Very few people seem to know this exists, and even if you do know it exists nobody seems to understand what exactly the various colours are supposed to be. So, rather than porting this magic mystery feature to Rust Crypto, let's rip it out.
This commit is contained in:
parent
6faad7aae3
commit
30d997e21c
7 changed files with 0 additions and 64 deletions
|
@ -52,16 +52,6 @@ limitations under the License.
|
|||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&.mx_EventTile_verified,
|
||||
&.mx_EventTile_unverified,
|
||||
&.mx_EventTile_unknown {
|
||||
.mx_EventTile_line {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MFileBody {
|
||||
line-height: 2.4rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue