mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +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 {
|
.mention {
|
||||||
padding: 0 0em 0.07em;
|
@include mention;
|
||||||
display: inline-block;
|
|
||||||
font-size: 0.93em;
|
|
||||||
|
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
@include mention;
|
|
||||||
background: var(--tertiary-low);
|
background: var(--tertiary-low);
|
||||||
color: var(--primary);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user