UX: use mention mixin for chat mentions (#24319)
This commit is contained in:
parent
a870361528
commit
e69f93e729
|
@ -67,14 +67,9 @@
|
|||
}
|
||||
|
||||
.mention.highlighted {
|
||||
@include mention;
|
||||
background: var(--tertiary-low);
|
||||
color: var(--primary);
|
||||
display: inline-block;
|
||||
font-size: 0.93em;
|
||||
font-weight: normal;
|
||||
padding: 0 0.3em 0.07em;
|
||||
border-radius: 0.6em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
// Automatic aspect-ratio mapping https://developer.mozilla.org/en-US/docs/Web/Media/images/aspect_ratio_mapping
|
||||
|
|
Loading…
Reference in New Issue