Fix @mentions on outgoing messages

This commit is contained in:
Josh Perez 2021-10-07 16:50:03 -04:00 committed by GitHub
parent 940f009987
commit 9f13fd7484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4586,6 +4586,10 @@ button.module-image__border-overlay:focus {
}
}
.module-message-body__at-mention--outgoing {
background-color: $color-black-alpha-40;
}
// Module: Reaction Viewer
.module-reaction-viewer {