forked from matrix/element-web
Prevent group name looking clickable for non-members
This commit is contained in:
parent
c74e6c3c0c
commit
ba1ad84d59
|
@ -68,7 +68,7 @@ limitations under the License.
|
||||||
box-shadow: none;
|
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;
|
color: $accent-color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue