You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some checking, it seems like Bootstrap v3(which re-com uses) and Bootstrap v4 have no default colour for checkboxes. The default colour seems to have been added in Bootstrap v5. Adding support for this would mean hardcoding the styling. I would prefer this to wait for component restyling to be completed first since it will override the styling.
Check-box styling is overridden by browser instead of bootstrap:
Chrome:
FireFox:
Notice it not only affects the primary color, but also the disabled look.
Although we now support :parts this should probably use bootstrap defaults?
The text was updated successfully, but these errors were encountered: