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

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
.module-reaction-viewer { .module-reaction-viewer {