Skip to content

Commit

Permalink
fix(layout): fix footer links hover no work error
Browse files Browse the repository at this point in the history
close #7426
  • Loading branch information
chenshuai2144 committed Jul 27, 2023
1 parent ce82511 commit a2bdb21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/layout/src/components/GlobalFooter/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const genFooterToolBarStyle: GenerateStyle<GlobalFooterToken> = (token) => {
},
'*:not(:last-child)': {
marginInlineEnd: 8,
'&:hover': {
color: token.colorText,
},
},
'&:hover': {
color: token.colorPrimary,
},
},
'&-copyright': { fontSize: '14px', color: token.colorText },
Expand Down

0 comments on commit a2bdb21

Please sign in to comment.