Merge pull request #5478 from vector-im/luke/css-header-name-clickable-for-members

Prevent group name looking clickable for non-members
pull/5493/head
David Baker 2017-10-31 13:52:19 +00:00 committed by GitHub
commit 841503f907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}