Steffen
Well-known member
- Affected version
- 2.0.4
When I mouse hover on the user menu then XenForo shows the hand cursor (fine):
But when I hover exactly over my avatar it shows the default cursor:
This issue is not limited to users not having a custom avatar. It exists for users that have a custom avatar, too.
The cause seems to be the following CSS:
But when I hover exactly over my avatar it shows the default cursor:
This issue is not limited to users not having a custom avatar. It exists for users that have a custom avatar, too.
The cause seems to be the following CSS:
CSS:
.avatar:not(a) {
cursor: default;
}
Last edited: