From 398e0839f1f54bd8de2170ea0da4274835950d2b Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 13 Oct 2017 16:15:17 +0100 Subject: [PATCH] Hide the join group button Until it actually does something --- .../vector/css/matrix-react-sdk/structures/_MyGroups.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss b/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss index 25ab3ddc0a..3a363744b0 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss @@ -34,6 +34,11 @@ limitations under the License. width: 40%; } +/* Until the button is wired up */ +.mx_MyGroups_joinBox { + visibility: hidden; +} + .mx_MyGroups_joinCreateHeader { font-weight: bold; margin-bottom: 10px;