Closed Piyush-Goenka closed 1 month ago
Hey @mohitahlawat2001 I want to work on this issue . Please assign this issue to me.
i assigned it to you
make sure you star repo ⭐ and follow on github , giving hacktoberfest tag after this step
I have made the pr please check and let me know if any modifications/changes needed. https://github.com/mohitahlawat2001/shiny-octo-planner-app/pull/42 Thanks!
I am unable to solve this Unassign me this issue.
Has this bug been raised before?
Description
On hover on upper left drop down box cursor doesn’t changes to pointer. On hover over the dropdown menu cursor should change to pointer.
Steps to Reproduce
To view this just hover over the dropdown menu .
Screenshots
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this
To change the cursor to a pointer when hovering over a dropdown menu, add a CSS rule using the :hover pseudo-class. Set the cursor property to pointer for the dropdown items.