Disable text selection on deleted-for-everyone messages

This commit is contained in:
Evan Hahn 2022-06-23 16:18:02 +00:00 committed by GitHub
parent 7b1721b0d0
commit 3f4061e2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1023,6 +1023,8 @@ $message-padding-horizontal: 12px;
@include font-body-1-italic;
}
.module-message__text--delete-for-everyone {
user-select: none;
@include light-theme {
color: $color-gray-90;
}