mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 12:21:05 +08:00
Improve Boolean control focus state
This commit is contained in:
parent
34964488b0
commit
9f8fa39e28
@ -24,6 +24,14 @@ const Label = styled.label(({ theme }) => ({
|
||||
border: 'none',
|
||||
background: 'transparent',
|
||||
cursor: 'pointer',
|
||||
|
||||
'&:focus': {
|
||||
outline: 'none',
|
||||
|
||||
'& ~ span': {
|
||||
boxShadow: `${theme.color.secondary} 0 0 0 1px inset !important`,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
span: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user