Merge pull request #3354 from matrix-org/t3chguy/avatar_change_cursor_perms

Don't use cursor: pointer on roomsettings avatar if you can't change it
pull/21833/head
Michael Telatynski 2019-08-28 17:44:31 +01:00 committed by GitHub
commit 7ef087db86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,6 @@ limitations under the License.
height: 88px;
margin-left: 13px;
position: relative;
cursor: pointer;
}
.mx_ProfileSettings_avatar > * {
@ -71,6 +70,7 @@ limitations under the License.
text-align: center;
vertical-align: middle;
font-size: 10px;
cursor: pointer;
}
.mx_ProfileSettings_avatar:hover .mx_ProfileSettings_avatarOverlay:not(.mx_ProfileSettings_avatarOverlay_disabled) {