mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: inline steps transitions to regular styles (#38449)
This commit is contained in:
parent
cbcfd38ca7
commit
28fd4620d6
@ -24,9 +24,9 @@ const genStepsInlineStyle: GenerateStyle<StepsToken, CSSObject> = token => {
|
||||
margin: `0 ${token.marginXXS / 2}px`,
|
||||
borderRadius: token.borderRadiusSM,
|
||||
cursor: 'pointer',
|
||||
transition: `background-color ${token.motionDurationFast}`,
|
||||
'&:hover': {
|
||||
background: token.controlItemBgHover,
|
||||
transition: `background-color ${token.motionDurationFast}`,
|
||||
},
|
||||
[`&[role='button']:hover`]: {
|
||||
opacity: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user