From ee7e6e47feee3aa8ba5a33fe304a42d6413cea2c Mon Sep 17 00:00:00 2001 From: Warrick Corfe-Tan Date: Tue, 20 Jul 2021 10:50:06 +1000 Subject: [PATCH] applying to outgoing messages --- stylesheets/_modules.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index c7dbe3eae..577e93568 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -135,18 +135,14 @@ .module-message--outgoing { .module-message__attachment-container--with-content-below, .module-message__attachment-container--with-content-above { - @include themify($themes) { - background: themed('sentMessageBackground'); - } + background: none; } } .module-message--incoming { .module-message__attachment-container--with-content-below, .module-message__attachment-container--with-content-above { - @include themify($themes) { - background: themed('receivedMessageBackground'); - } + background: none; } }