Skip to content
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

fix(checkbox): fix checkbox pointer #554

Closed
wants to merge 1 commit into from
Closed

Conversation

kherP
Copy link
Contributor

@kherP kherP commented Mar 27, 2021

fix checkbox label pointer

fix #519

fix checkbox label pointer

fix #519
@kherP kherP added the 🐛 Bug Something isn't working label Mar 27, 2021
@kherP kherP self-assigned this Mar 27, 2021
@kherP kherP requested a review from DanSallau as a code owner March 27, 2021 02:40
@@ -38,5 +37,8 @@ $checkbox-padding: $checkbox-padding $checkbox-padding $checkbox-padding $checkb
color: $gray-300;
}
}
> .custom-control-label {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will make the cursor pointer even if the checkbox is disabled ?
Vanilla and bootstrap libraries doesn't have this are you sure you want to add it to react lib ?

@kherP
Copy link
Contributor Author

kherP commented Mar 29, 2021

closed this as bootrap library does not have this styling

@kherP kherP closed this Mar 29, 2021
@kherP kherP deleted the bug/checkbox-pointer branch March 29, 2021 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants