mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
fix: Fixes color for file name, file icon in private note. (#1772)
This commit is contained in:
@@ -208,6 +208,19 @@ export default {
|
||||
max-width: 32rem;
|
||||
padding: var(--space-small) var(--space-normal);
|
||||
}
|
||||
|
||||
&.is-private .file.message-text__wrap {
|
||||
.ion-document-text {
|
||||
color: var(--w-400);
|
||||
}
|
||||
.text-block-title {
|
||||
color: #3c4858;
|
||||
}
|
||||
.download.button {
|
||||
color: var(--w-400);
|
||||
}
|
||||
}
|
||||
|
||||
&.is-private.is-text > .message-text__wrap .link {
|
||||
color: var(--w-700);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user