fix(Segmented): content is obscured when hover and active (#46925)

This commit is contained in:
章鱼怪 2024-01-11 18:33:07 +08:00 committed by GitHub
parent 81d933bc19
commit ada0f698cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,7 @@ const genSegmentedStyle: GenerateStyle<SegmentedToken> = (token: SegmentedToken)
'&::after': {
content: '""',
position: 'absolute',
zIndex: -1,
width: '100%',
height: '100%',
top: 0,