From 0aaf40637c0c1211f8c1576c16875e83ae970826 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 8d9c4933c..d7edcd82a 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -138,18 +138,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; } }