Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Nov 25, 2014
2 parents f582409 + 65be487 commit 738d447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ $radio-border: #5a5a5a;
/* Checked styles */
[type="radio"]:checked + label:before {
border-radius: 50%;
border: 2px solid $radio-border;
border: 2px solid transparent;
}
[type="radio"]:checked + label:after {
border-radius: 50%;
Expand Down

0 comments on commit 738d447

Please sign in to comment.