Skip to content

Commit

Permalink
fix(module:input): incorrect background color in disabled state (#7250)
Browse files Browse the repository at this point in the history
* fix(module:input): incorrect background color

* chore(module:input): follow ant-design

* chore(module:input): remove unused code
  • Loading branch information
chenc041 committed Feb 25, 2022
1 parent 2704237 commit 7acb8db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/input/input-group.component.ts
Expand Up @@ -56,6 +56,7 @@ export class NzInputGroupWhitSuffixOrPrefixDirective {
<span
*ngIf="isAffix; else contentTemplate"
class="ant-input-affix-wrapper"
[class.ant-input-affix-wrapper-disabled]="disabled"
[class.ant-input-affix-wrapper-sm]="isSmall"
[class.ant-input-affix-wrapper-lg]="isLarge"
>
Expand Down

0 comments on commit 7acb8db

Please sign in to comment.