From ba1ad84d59f78b7c33d4ee82b2133f22426b07dc Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 31 Oct 2017 10:55:42 +0000 Subject: [PATCH] Prevent group name looking clickable for non-members --- .../vector/css/matrix-react-sdk/structures/_GroupView.scss | 2 +- 1 file changed, 1 insertion(+), 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 1a92fc1008..87b46c05e5 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -68,7 +68,7 @@ limitations under the License. box-shadow: none; } -.mx_GroupView_header_name:hover div:not(.mx_GroupView_editable) { +.mx_GroupView_header_isUserMember .mx_GroupView_header_name:hover div:not(.mx_GroupView_editable) { color: $accent-color; cursor: pointer; }