polestar-ui-kit
Version:
## Install
31 lines (24 loc) • 671 B
text/less
@import "./mixin";
@search-prefix: ~"@{ant-prefix}-input-search";
.@{search-prefix} {
&-icon {
pointer-events: none;
color: @text-color-secondary;
}
&:not(&-small) > .@{ant-prefix}-input-suffix {
right: @control-padding-horizontal;
}
> .@{ant-prefix}-input-suffix > .@{search-prefix}-button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
> .@{iconfont-css-prefix}-search {
font-size: @font-size-lg;
}
}
&.@{search-prefix}-enter-button > .@{ant-prefix}-input {
padding-right: 46px;
}
&.@{search-prefix}-enter-button > .@{ant-prefix}-input-suffix {
right: 0;
}
}