Skip to content

Commit 7acb8db

Browse files
authored
fix(module:input): incorrect background color in disabled state (#7250)
* fix(module:input): incorrect background color * chore(module:input): follow ant-design * chore(module:input): remove unused code
1 parent 2704237 commit 7acb8db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/input/input-group.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export class NzInputGroupWhitSuffixOrPrefixDirective {
5656
<span
5757
*ngIf="isAffix; else contentTemplate"
5858
class="ant-input-affix-wrapper"
59+
[class.ant-input-affix-wrapper-disabled]="disabled"
5960
[class.ant-input-affix-wrapper-sm]="isSmall"
6061
[class.ant-input-affix-wrapper-lg]="isLarge"
6162
>

0 commit comments

Comments
 (0)