Message: Fix unsupported content placeholder color (#4794)
This commit is contained in:
parent
3a9e088bbd
commit
d298880c42
@ -40,6 +40,10 @@
|
|||||||
.content-unsupported {
|
.content-unsupported {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: var(--color-text-meta);
|
color: var(--color-text-meta);
|
||||||
|
|
||||||
|
.Message.own & {
|
||||||
|
color: var(--color-message-meta-own);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-content,
|
.text-content,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user