mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 09:13:45 +08:00
FIX: Username mentions lost styling
This commit is contained in:
parent
d51107e2c9
commit
92bb7b9269
|
@ -758,7 +758,16 @@ blockquote > *:last-child {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.mention,
|
a.mention {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 0.93em;
|
||||||
|
color: $primary;
|
||||||
|
color: dark-light-choose($primary-high, $secondary-low);
|
||||||
|
padding: 2px 4px;
|
||||||
|
background: $primary-low;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
a.mention-group {
|
a.mention-group {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.93em;
|
font-size: 0.93em;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user