Improve Boolean control focus state

This commit is contained in:
domyen 2020-06-22 19:52:09 -04:00
parent 34964488b0
commit 9f8fa39e28

View File

@ -24,6 +24,14 @@ const Label = styled.label(({ theme }) => ({
border: 'none', border: 'none',
background: 'transparent', background: 'transparent',
cursor: 'pointer', cursor: 'pointer',
'&:focus': {
outline: 'none',
'& ~ span': {
boxShadow: `${theme.color.secondary} 0 0 0 1px inset !important`,
},
},
}, },
span: { span: {