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; }