Skip to content

Commit

Permalink
fix(layout): 修复 Footer <a> 标签单独使用时带有下划线问题 (#6300)
Browse files Browse the repository at this point in the history
* fix(compiler): 修复 checkbox 在 ant design 5 vertical 布局失效问题

* fix(compiler): 修复 ProDescriptions 编辑带有校验情况下,样式排版问题

* fix(compiler): 修复 Footer <a> 标签单独使用时带有下划线问题
  • Loading branch information
leshalv authored Nov 30, 2022
1 parent 9f520bf commit 37610cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/layout/src/components/GlobalFooter/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const genFooterToolBarStyle: GenerateStyle<GlobalFooterToken> = (token) => {
color: token.colorTextSecondary,
'&-link': {
color: token.colorTextSecondary,
textDecoration: token.linkDecoration,
},
'*:not(:last-child)': {
marginInlineEnd: 8,
Expand Down

0 comments on commit 37610cf

Please sign in to comment.