applying to outgoing messages

pull/1784/head
Warrick Corfe-Tan 4 years ago
parent 3c0ea2b900
commit 0aaf40637c

@ -138,18 +138,14 @@
.module-message--outgoing { .module-message--outgoing {
.module-message__attachment-container--with-content-below, .module-message__attachment-container--with-content-below,
.module-message__attachment-container--with-content-above { .module-message__attachment-container--with-content-above {
@include themify($themes) { background: none;
background: themed('sentMessageBackground');
}
} }
} }
.module-message--incoming { .module-message--incoming {
.module-message__attachment-container--with-content-below, .module-message__attachment-container--with-content-below,
.module-message__attachment-container--with-content-above { .module-message__attachment-container--with-content-above {
@include themify($themes) { background: none;
background: themed('receivedMessageBackground');
}
} }
} }

Loading…
Cancel
Save