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:
Joffrey JAFFEUX 2023-11-21 23:14:09 +01:00 committed by GitHub
parent e9e70bd3b8
commit 60535e8f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
} }
} }