Prevent group name looking clickable for non-members

pull/5478/head
Luke Barnard 2017-10-31 10:55:42 +00:00
parent c74e6c3c0c
commit ba1ad84d59
1 changed files with 1 additions and 1 deletions

View File

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