Skip to content

Commit

Permalink
add pointer cursor to checbox/radio item label
Browse files Browse the repository at this point in the history
  • Loading branch information
pine3ree committed Feb 26, 2016
1 parent b95a038 commit 0e8e948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/forms/_checkbox.scss
Expand Up @@ -21,6 +21,9 @@
margin-#{$global-right}: $form-spacing;
margin-bottom: 0;
vertical-align: baseline;
&[for] {
cursor: pointer;
}
}

// Styles for inputs inside labels
Expand Down

0 comments on commit 0e8e948

Please sign in to comment.