This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
// 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 !important;
}
}
}
&&-has-feedback {
.@{ant-prefix}-input-number-handler-wrap {
z-index: 2;
}
}
}