Skip to content

Commit

Permalink
Update radios.scss
Browse files Browse the repository at this point in the history
Added cursor pointer to radio button like standard UX
  • Loading branch information
rrj-dev committed Nov 29, 2018
1 parent a9654d7 commit 53fd356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/elements/radios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

& + span {
position: relative;
cursor: pointer;
}

&:checked + span::before {
Expand Down

0 comments on commit 53fd356

Please sign in to comment.