We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng-zorro-antd/components/input/nz-input-group.component.html
Line 23 in 9499aec
nz-input-group.component.html line 23 <i nz-icon [nzType]="nzPrefixIcon" *ngIf="nzPrefixIcon" style="color: rgba(0, 0, 0, 0.25)">
nz-input-group should not to have hardcoded color style in template
Icons color defined in theme.less is overridden by hardcoded style in nz-input-group template
The text was updated successfully, but these errors were encountered:
Yes. The reason why we wrote this is that antd doesn't provide this style in less files. See https://ant.design/components/input/#components-input-demo-presuffix.
Could you please open an issue there first? https://github.com/ant-design/ant-design
Sorry, something went wrong.
perf(module:input): improve input-group perf
7af643b
close #3950
bf3db68
close NG-ZORRO#3950
22afcac
vthinkxie
Successfully merging a pull request may close this issue.
Code link
ng-zorro-antd/components/input/nz-input-group.component.html
Line 23 in 9499aec
Steps to reproduce
nz-input-group.component.html
line 23
<i nz-icon [nzType]="nzPrefixIcon" *ngIf="nzPrefixIcon" style="color: rgba(0, 0, 0, 0.25)">
What is expected?
nz-input-group should not to have hardcoded color style in template
What is actually happening?
Icons color defined in theme.less is overridden by hardcoded style in nz-input-group template
The text was updated successfully, but these errors were encountered: