-
Notifications
You must be signed in to change notification settings - Fork 832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: "Missing cursor property in code snippet." #2384
Comments
Hey @GauriBhandari ! |
I have self-assigned this issue and will be working on it. Thank you for your attention to this matter. |
@kunjgit Could you please add the respective labels to the issue. |
/assign @GauriBhandari |
Hey @GauriBhandari 👋! @kunjgit here, |
Hey @GauriBhandari 👋! @kunjgit here, |
Hello @GauriBhandari, Time's Uppp!⏰ |
Hey @GauriBhandari ! Thank you so much for your raising the issue💗 |
Give a brief about the bug ✍️
Description:
I noticed that in the provided code snippet, the cursor property is missing for the label element. This property is important as it determines the appearance of the cursor when hovering over an interactive element.
What is the expected behavior? 🤔
Description
To improve the user experience and provide visual feedback, I suggest adding the "cursor: pointer;" CSS property to the inline style of the label element. This will change the cursor to a pointer shape, indicating that the label is clickable.
Provide step by step information reproduce the bug 📄
Description:
Including the cursor property will enhance the usability and intuitiveness of the code snippet. I believe this small addition will significantly improve the user interaction with the theme toggle feature.
Select program in which you are contributing
GSSoC23
Code of Conduct
The text was updated successfully, but these errors were encountered: