Browse Source

style: fix Anchor horizontal direction style (#41336)

pull/41341/head
ZivHe 2 years ago
committed by GitHub
parent
commit
b915094498
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/anchor/style/index.ts

2
components/anchor/style/index.ts

@ -69,7 +69,7 @@ const genSharedAnchorStyle: GenerateStyle<AnchorToken> = (token): CSSObject => {
},
},
[`&:not(${componentCls}-horizontal)`]: {
[`&:not(${componentCls}-wrapper-horizontal)`]: {
[componentCls]: {
'&::before': {
position: 'absolute',

Loading…
Cancel
Save