clear background on show more button in element theme

This commit is contained in:
Bruno Windels 2020-07-03 16:53:06 +02:00
parent 52fdf92180
commit 82ca98cdd5

View file

@ -33,4 +33,7 @@
background-color: $roomlist2-bg-color; background-color: $roomlist2-bg-color;
} }
} }
.mx_RoomSublist2_showNButton {
background-color: transparent !important;
} }