UI: on hover the username cursor don't turn into pointer even is clickable elements #8316
Closed
2 tasks done
Labels
bug
Something isn't working
Actions before raising this issue
Steps to Reproduce
Just login into CVAT and hover on username visible in top right corner. Username, profile picture and arrow all 3 elements are clickable but there isn't cursor pointer(instead we see cursor text and cursor default).
Expected Behavior
On hover on profile picture, username or arrow(just right to username) cursor should convert to pointer as it all 3 are clickable elements.
Possible Solution
We can simply solve this issue by adding couple of line of CSS/SCSS which turn cursor into pointer on hover the mentioned elements.
Context
As cursor don't turn into pointer so it is very misleading to the end user. They might confuse whether this is click able button or not.
Environment
No response
The text was updated successfully, but these errors were encountered: