ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
21 lines (18 loc) • 420 B
text/less
// The following patch applies only to input-number-legacy.
.@{ant-prefix}-input-number {
&-affix-wrapper {
> nz-input-number.@{ant-prefix}-input-number {
width: 100%;
border: none;
outline: none;
&.@{ant-prefix}-input-number-focused {
box-shadow: none ;
}
}
}
&&-has-feedback {
.@{ant-prefix}-input-number-handler-wrap {
z-index: 2;
}
}
}