mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.mention {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 0.93em;
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
|
|
||||||
a.mention-group {
|
a.mention-group {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.93em;
|
font-size: 0.93em;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
&.notify {
|
|
||||||
|
&.notify,
|
||||||
|
.small-action-desc & {
|
||||||
color: dark-light-choose($primary-high, $secondary-low);
|
color: dark-light-choose($primary-high, $secondary-low);
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
background: $primary-low;
|
background: $primary-low;
|
||||||
|
Loading…
Reference in New Issue
Block a user