mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
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:
parent
c933dbfc2c
commit
c0b21bf9cf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user