mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-10 06:51:49 +02:00
Prevent default avatar in UserInfo having pointer cursor (#7218)
This commit is contained in:
parent
065b65a764
commit
02d4bb517c
@ -116,9 +116,15 @@ limitations under the License.
|
||||
transition: font-size 0.5s;
|
||||
}
|
||||
|
||||
.mx_UserInfo_avatar .mx_BaseAvatar.mx_BaseAvatar_image {
|
||||
.mx_UserInfo_avatar .mx_BaseAvatar {
|
||||
.mx_BaseAvatar_initial + .mx_BaseAvatar_image {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&.mx_BaseAvatar_image {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user