mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: add height to non-highlighted mention (#24490)
This commit is contained in:
@@ -66,10 +66,16 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mention.highlighted {
|
||||
@include mention;
|
||||
background: var(--tertiary-low);
|
||||
color: var(--primary);
|
||||
.mention {
|
||||
padding: 0 0em 0.07em;
|
||||
display: inline-block;
|
||||
font-size: 0.93em;
|
||||
|
||||
&.highlighted {
|
||||
@include mention;
|
||||
background: var(--tertiary-low);
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
// Automatic aspect-ratio mapping https://developer.mozilla.org/en-US/docs/Web/Media/images/aspect_ratio_mapping
|
||||
|
||||
Reference in New Issue
Block a user