You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-01 13:11:10 +03:00
Prevent default avatar in UserInfo having pointer cursor (#7218)
This commit is contained in:
committed by
GitHub
parent
065b65a764
commit
02d4bb517c
@@ -116,8 +116,14 @@ limitations under the License.
|
||||
transition: font-size 0.5s;
|
||||
}
|
||||
|
||||
.mx_UserInfo_avatar .mx_BaseAvatar.mx_BaseAvatar_image {
|
||||
cursor: zoom-in;
|
||||
.mx_UserInfo_avatar .mx_BaseAvatar {
|
||||
.mx_BaseAvatar_initial + .mx_BaseAvatar_image {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&.mx_BaseAvatar_image {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
Reference in New Issue
Block a user