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 fe7de4b commit f956a02Copy full SHA for f956a02
src/components/SwitchBase/SwitchBase.js
@@ -51,4 +51,7 @@ export const LabelText = styled.span`
51
${StyledInput}:focus ~ & {
52
${focusOutline}
53
}
54
+ ${StyledInput}:not(:disabled) ~ &:active {
55
+ ${focusOutline}
56
+ }
57
`;
0 commit comments