1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

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;
}
}
.mx_RoomSublist2_showNButton {
background-color: transparent !important;
}