mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 01:25:43 +08:00
UX: use mention mixin for chat mentions (#24319)
This commit is contained in:
parent
a870361528
commit
e69f93e729
@ -67,14 +67,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mention.highlighted {
|
.mention.highlighted {
|
||||||
|
@include mention;
|
||||||
background: var(--tertiary-low);
|
background: var(--tertiary-low);
|
||||||
color: var(--primary);
|
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
|
// Automatic aspect-ratio mapping https://developer.mozilla.org/en-US/docs/Web/Media/images/aspect_ratio_mapping
|
||||||
|
Loading…
x
Reference in New Issue
Block a user