mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
shoud not have border around button (#4967)
This commit is contained in:
parent
6c5ae559b3
commit
01086d56e5
@ -128,11 +128,12 @@ ReactDOM.render(<Complete />, mountNode);
|
|||||||
}
|
}
|
||||||
|
|
||||||
.global-search.ant-select-auto-complete .ant-input-preSuffix-wrapper .ant-input-suffix {
|
.global-search.ant-select-auto-complete .ant-input-preSuffix-wrapper .ant-input-suffix {
|
||||||
right: 1px;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-search.ant-select-auto-complete .ant-input-preSuffix-wrapper .ant-input-suffix button {
|
.global-search.ant-select-auto-complete .ant-input-preSuffix-wrapper .ant-input-suffix button {
|
||||||
border-radius: 3px;
|
padding-top: 5px;
|
||||||
|
padding-bottom: 6px;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user