We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615637e commit 8ac8863Copy full SHA for 8ac8863
src/components/Radio/Radio.js
@@ -21,7 +21,7 @@ const StyledLabel = styled.label`
21
font-size: ${fontSizes.md};
22
${props => props.isDisabled && createDisabledTextStyles()}
23
24
- ${StyledListItem}:hover & {
+ ${StyledListItem} & {
25
margin: 0;
26
height: 100%;
27
}
0 commit comments