-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Checkbox and radio buttons : no cursor pointer on buttons hover #28237
Comments
this is intended. by default, browsers don't provide a pointer cursor for checkboxes and radio buttons, so the opinionated use of |
Thanks for the clarification and for pointing me to this PR. |
(FWIW buttons also don't get a pointer cursor by default) |
I better understand this intention by looking at these links : But when you say that buttons don't get a pointer cursor by default, this behaviour doesn't seem to have been updated according to the documentation v4.3 ? For example on https://getbootstrap.com/docs/4.3/components/buttons/ buttons still have a pointer cursor, whatever they are html buttons, links with role = "button", etc. |
oh, interesting. maybe i've missed one of the iterations of the overall discussion (it's been going back and forth for months/years). i'll dig in and see why we now have this mismatch again... |
Environment
Test case
Since version 4.3, when hovering the mouse pointer on a radio button within a button group (btn-group-toggle), there is no cursor pointer anymore. It worked with version 4.2.
The behaviour is the same with both examples in the documentation (group of 1 button / group of 3 buttons).
Reproducible within the documentation :
For information, I had this style enabled in version 4.2 with
cursor: pointer
, but not anymore in version 4.3 :The text was updated successfully, but these errors were encountered: