[docs] Logo does not display pointer cursor on hover for better UX #43998
Labels
docs
Improvements or additions to the documentation
enhancement
This is not a bug, nor a new feature
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
Search keywords: Logo hover cursor
The text was updated successfully, but these errors were encountered: