mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 05:59:39 +08:00
FIX: relies on mention mixin for size (#24503)
This commit fixes a regression where non highlighted mentions have an incorrect size.
This commit is contained in:
parent
e9e70bd3b8
commit
60535e8f3c
|
@ -67,14 +67,10 @@
|
|||
}
|
||||
|
||||
.mention {
|
||||
padding: 0 0em 0.07em;
|
||||
display: inline-block;
|
||||
font-size: 0.93em;
|
||||
@include mention;
|
||||
|
||||
&.highlighted {
|
||||
@include mention;
|
||||
background: var(--tertiary-low);
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user