fix: Select input style (#24631)

* fix: Select input style

* fix lint
This commit is contained in:
二货机器人 2020-06-01 10:59:30 +08:00 committed by GitHub
parent 03fad9177a
commit ad663db7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,8 @@
/* Reset search input style */
.select-search-input-without-border() {
.@{select-prefix-cls}-selection-search-input {
margin: 0;
padding: 0;
background: transparent;
border: none;
outline: none;