mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +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',
|
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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user