UX: chat > deleted msg styling (#26538)

This commit is contained in:
chapoi 2024-04-06 12:18:18 +03:00 committed by GitHub
parent 8da49b5664
commit cf7f2a6afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
padding: 0;
.chat-message-expand {
color: var(--primary-low-mid);
color: var(--primary-high);
padding: 0.25em;
.d-button-label {
@ -172,7 +172,10 @@
}
&.-deleted {
background-color: var(--danger-medium);
background-color: var(--danger-low);
.chat-message-expand {
color: var(--danger);
}
}
&.-highlighted {