NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.86k stars 3.91k forks source link

input focus color is not correct in form when nzValidateStatus changed #7022

Open simplejason opened 2 years ago

simplejason commented 2 years ago

Reproduction link

https://stackblitz.com/edit/angular-xkmtxv

Steps to reproduce

focus input field

What is expected?

input focus color is matched with nzValidateStatus

What is actually happening?

the color is always same with @primary-color focus 颜色未随着 nzValidateStatus 变化而变化

Environment Info
ng-zorro-antd 12.0.1
Browser chrome
yangjunhan commented 2 years ago

This style issue should be fixed once #6967 is merged.