FIX: styles of user status on mentions (#19563)

Reported in https://meta.discourse.org/t/users-mentions-wrongly-show-their-status-with-the-emoji/249534.

The problem was that we had styles for user status on mentions in the calendar plugin. So it looked fine on sites with Discourse Calendar but not on sites without it.
This commit is contained in:
Andrei Prigorshnev 2022-12-22 14:15:52 +04:00 committed by GitHub
parent c933dbfc2c
commit c0b21bf9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1248,6 +1248,12 @@ a.mention-group {
@include mention;
}
.mention .emoji {
margin-left: 0.3em;
width: 15px;
height: 15px;
}
span.mention {
// unlinked, invalid mention
color: var(--primary-high);