From 9d8b59e08286c229663e8ed9169c7548ab414e37 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 19 Oct 2017 14:54:56 +0100 Subject: [PATCH] Make the 'add rooms' button clickable SVG was swallowing pointer events --- .../vector/css/matrix-react-sdk/structures/_GroupView.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss index 75a691e81..35cb5acc7 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -173,6 +173,10 @@ limitations under the License. display: inline-block; } +.mx_GroupView_rooms_header_addButton object { + pointer-events: none; +} + .mx_GroupView_rooms_header_addButton_label { display: inline-block; vertical-align: top; @@ -294,4 +298,4 @@ limitations under the License. .mx_GroupView_groupDesc textarea { width: 50%; height: 150px; -} \ No newline at end of file +}