Skip to content

Commit

Permalink
fix: issue #111 – disabled checked image not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegsrv committed Jul 22, 2019
1 parent d150d65 commit cc0706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/RadioButton/RadioButton.jsx
Expand Up @@ -50,7 +50,7 @@ const Field = styled.input.attrs({
background-image: url(${radioUncheckedDisabled});
}
&:checked &:disabled + ${Icon} {
&:checked:disabled + ${Icon} {
background-image: url(${radioCheckedDisabled});
}
`;
Expand Down

0 comments on commit cc0706a

Please sign in to comment.