mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:22:46 +08:00
UX: Set color to gray for old post notices.
This commit is contained in:
parent
c8e1d3c2e7
commit
bdcb0e1efd
|
@ -874,6 +874,11 @@ a.mention-group {
|
||||||
|
|
||||||
&.old {
|
&.old {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
color: $primary-medium;
|
||||||
|
|
||||||
|
.d-icon {
|
||||||
|
color: $primary-medium;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user