mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Don't use cursor: pointer on roomsettings avatar if you can't change it
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8e799b7136
commit
591fa3d8c5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,6 @@ limitations under the License.
|
||||||
height: 88px;
|
height: 88px;
|
||||||
margin-left: 13px;
|
margin-left: 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ProfileSettings_avatar > * {
|
.mx_ProfileSettings_avatar > * {
|
||||||
|
@ -71,6 +70,7 @@ limitations under the License.
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ProfileSettings_avatar:hover .mx_ProfileSettings_avatarOverlay:not(.mx_ProfileSettings_avatarOverlay_disabled) {
|
.mx_ProfileSettings_avatar:hover .mx_ProfileSettings_avatarOverlay:not(.mx_ProfileSettings_avatarOverlay_disabled) {
|
||||||
|
|
Loading…
Reference in a new issue