Skip to content

Commit

Permalink
fix(checkbox): fix checkbox pointer
Browse files Browse the repository at this point in the history
fix checkbox label pointer

fix #519
  • Loading branch information
kherP committed Mar 27, 2021
1 parent 1dd09fb commit 2e96d52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/Checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ $checkbox-padding: $checkbox-padding $checkbox-padding $checkbox-padding $checkb
border: 1px solid transparent;
border-radius: 4px;
transition: border-color 200ms;

> .checkbox-description {
margin: 0;
color: $gray-600;
Expand All @@ -38,5 +37,8 @@ $checkbox-padding: $checkbox-padding $checkbox-padding $checkbox-padding $checkb
color: $gray-300;
}
}
> .custom-control-label {
cursor: pointer;
}
}
}

0 comments on commit 2e96d52

Please sign in to comment.