mirror of https://github.com/vector-im/riot-web
fix cursor
parent
c146ddf29b
commit
aba121aab0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue