mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 15:03:38 +08:00
UX: Show mentions properly in small post messages
This commit is contained in:
parent
8a0abafc9d
commit
163cbb4aa7
|
@ -768,11 +768,19 @@ a.mention {
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
span.mention {
|
||||
font-weight: bold;
|
||||
font-size: 0.93em;
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
a.mention-group {
|
||||
font-weight: bold;
|
||||
font-size: 0.93em;
|
||||
color: $primary;
|
||||
&.notify {
|
||||
|
||||
&.notify,
|
||||
.small-action-desc & {
|
||||
color: dark-light-choose($primary-high, $secondary-low);
|
||||
padding: 2px 4px;
|
||||
background: $primary-low;
|
||||
|
|
Loading…
Reference in New Issue
Block a user