FIX: Group and invalid mention colors (#61)
* UX: Fix group mention color * FIX: Add comma * FIX: Non-existent user mention color
This commit is contained in:
parent
4eac07db3a
commit
851f9c4264
|
@ -62,10 +62,15 @@ div[class^="category-title-header"] {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.mention {
|
a.mention,
|
||||||
|
a.mention-group {
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.mention {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// styles that impact the category icons theme component
|
// styles that impact the category icons theme component
|
||||||
|
|
Loading…
Reference in New Issue