fix cursor

This commit is contained in:
Matthew Hodgson 2017-02-19 04:13:29 +02:00
parent c146ddf29b
commit aba121aab0
1 changed files with 1 additions and 2 deletions
src/skins/vector/css/matrix-react-sdk/views/rooms

View File

@ -48,11 +48,10 @@ limitations under the License.
}
.mx_MemberInfo_avatar .mx_BaseAvatar {
cursor: not-allowed;
}
.mx_MemberInfo_avatar .mx_BaseAvatar.mx_BaseAvatar_image {
cursor: pointer;
cursor: zoom-in;
}
.mx_MemberInfo_profile {