-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Description
Steps to reproduce
Link to live example: (required)
Steps:
-
Go to the MUI website. Mui
-
Hover your mouse over the logo at the top of the page.
-
Observe the cursor behavior.
Current behavior
When hovering over the logo, the cursor remains the default (arrow) instead of changing to a pointer, even though clicking on the logo navigates to the homepage. This can cause confusion for users, as there is no clear indication that the logo is clickable.
Expected behavior
When hovering over the logo, the cursor should change to a pointer (cursor: pointer) to indicate it's clickable and leads back to the homepage. This provides a clearer visual cue for users.
Context
I am aiming to improve the user experience by providing a clear, standard visual cue that the logo is clickable. This aligns with common web practices where clickable elements (especially logos leading to homepages) show a pointer cursor on hover. It would enhance clarity and consistency for users navigating the website.
Your environment
npx @mui/envinfo
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
Search keywords: Logo hover cursor