MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
components/input/style/index.ts
|
|
@ -317,7 +317,6 @@ export const genInputGroupStyle = (token: InputToken): CSSObject => { |
|
|
|
}, |
|
|
|
|
|
|
|
[`${componentCls}`]: { |
|
|
|
float: 'inline-start', |
|
|
|
width: '100%', |
|
|
|
marginBottom: 0, |
|
|
|
textAlign: 'inherit', |
|
|
@ -528,6 +527,11 @@ const genInputStyle: GenerateStyle<InputToken> = (token: InputToken) => { |
|
|
|
paddingBottom: colorSmallPadding, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
'&[type="search"]::-webkit-search-cancel-button, &[type="search"]::-webkit-search-decoration': |
|
|
|
{ |
|
|
|
'-webkit-appearance': 'none', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|
}; |
|
|
|