From e83722e9d91f66f5ab10e9f4fd751e9a8b6caf52 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Wed, 18 Aug 2021 13:56:19 +0200 Subject: [PATCH] Fix missing background color in GroupFilterPanel --- res/css/structures/_GroupFilterPanel.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/res/css/structures/_GroupFilterPanel.scss b/res/css/structures/_GroupFilterPanel.scss index f7c70ec769..c62230edfc 100644 --- a/res/css/structures/_GroupFilterPanel.scss +++ b/res/css/structures/_GroupFilterPanel.scss @@ -14,7 +14,14 @@ See the License for the specific language governing permissions and limitations under the License. */ +.mx_MatrixChat--with-avatar { + .mx_GroupFilterPanel { + background-color: transparent; + } +} + .mx_GroupFilterPanel { + background-color: $groupFilterPanel-bg-color; flex: 1; cursor: pointer; position: relative;