【发布时间】:2021-11-30 12:42:24
【问题描述】:
【问题讨论】:
标签: css angular angular-material material-design
【问题讨论】:
标签: css angular angular-material material-design
我使用了这些样式规则:
/* Chaning the color of the bottom border of the material select */
.mat-form-field-underline.ng-tns-c166-0.ng-star-inserted {
filter: invert(1);
}
/* Chaning the color of the arrow icon included into the mterial select*/
.mat-select-arrow.ng-tns-c169-1 {
color: black;
}
我只是想知道是否有其他方法可以做到这一点。
【讨论】: