mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
chore: reset a style (#36414)
This commit is contained in:
parent
eb8835fe29
commit
6a0b90c8e7
@ -15,6 +15,9 @@ export const resetComponent = (token: DerivativeToken): CSSObject => ({
|
||||
lineHeight: token.lineHeight,
|
||||
listStyle: 'none',
|
||||
// font-feature-settings: @font-feature-settings-base;
|
||||
a: {
|
||||
textDecoration: 'none',
|
||||
},
|
||||
});
|
||||
|
||||
export const resetIcon = (): CSSObject => ({
|
||||
|
Loading…
Reference in New Issue
Block a user