From 82ca98cdd5bffa21e320a7afdfbee4cde516afbe Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 3 Jul 2020 16:53:06 +0200 Subject: [PATCH] clear background on show more button in element theme --- res/themes/element/css/_mods.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/themes/element/css/_mods.scss b/res/themes/element/css/_mods.scss index 52c9dd4232..fbfe04e2bf 100644 --- a/res/themes/element/css/_mods.scss +++ b/res/themes/element/css/_mods.scss @@ -33,4 +33,7 @@ background-color: $roomlist2-bg-color; } } + +.mx_RoomSublist2_showNButton { + background-color: transparent !important; }