Skip to content

Commit

Permalink
Better style for disabled checked radio button
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 6, 2015
1 parent fedb8f1 commit b36230c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/radio_button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ $radio-disabled-color: unquote("rgba(#{$color-black}, 0.26)") !default;

.radio-checked {
cursor: auto;
background-color: $radio-disabled-color;
border-color: transparent;
border-color: $radio-disabled-color;

&:before {
background-color: $radio-disabled-color;
}
}
}

0 comments on commit b36230c

Please sign in to comment.