标签: html css angular-material
我正在使用mat-form-field和mat-icon,我想当我单击或聚焦在mat-form-field(mat-Input字段)内时,将mat-icon的颜色更改为焦点时, -icon保持以前的颜色。(Stackblitz)see in this example & make changes inside
答案 0 :(得分:2)
您可以在代码中添加以下样式,
.mat-focused .mat-icon { color: red; }