JarvisArt
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/steps/style/inline.ts
|
|
@ -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, |
|
|
|