You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
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:
committed by
GitHub
parent
6faad7aae3
commit
30d997e21c
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user