-
Notifications
You must be signed in to change notification settings - Fork 40
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 Report: Change cursor pointer in checkbox's disabled state #91
Comments
one more thing this behaviour is same for switch , radio buttons in their disabled state. would love to work on this |
issue: Change cursor pointer in checkbox's disabled state appwrite#91 Edited: _radio-and-checkbox.scss added cursor: default; in disabled state.
Thank you for opening this! |
I want to work on this issue. |
please review @tewarig |
We added a fix that removes the pointer to the initial cursor. This will go in a future update of Pink design, which should be in the next two weeks. Meanwhile, you can add a temporary fix in your local CSS if needed: input:disabled { cursor:initial; } |
…r-in-checkbox's-disabled-state Fix [Bug]: Change cursor pointer in checkbox's disabled state #91
👟 Reproduction steps
hover on the top of the checkbox which is disabled. it will change the cursor to the pointer.
👍 Expected behavior
Ideally, since the checkbox is disabled we should not show a cursor pointer in this case. we can either set the cursor to not-allowed. or just remove the cursor pointer if the checkbox is disabled.
here is an example of how it should work in a disabled state.
Screen.Recording.2023-06-07.at.1.08.58.AM.mov
👎 Actual Behavior
hover on the top of the checkbox which is disabled. it will change the cursor to the pointer.
Screen.Recording.2023-06-07.at.1.07.35.AM.mov
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
MacOS
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: