mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
parent
9ece76b269
commit
15324982ab
@ -23,12 +23,13 @@ const genDraggerStyle: GenerateStyle<UploadToken> = (token) => {
|
||||
},
|
||||
|
||||
[`${componentCls}-btn`]: {
|
||||
display: 'flex',
|
||||
placeContent: 'center',
|
||||
display: 'table',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
outline: 'none',
|
||||
borderRadius: token.borderRadiusLG,
|
||||
|
||||
'&:focus': {
|
||||
'&:focus-visible': {
|
||||
outline: `${unit(token.lineWidthFocus)} solid ${token.colorPrimaryBorder}`,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user