如果我的表单出现错误,我会更改我输入的标签以及下面的文本颜色和边框颜色,就像使用 dividerColor 一样,但没有焦点,我希望它持久。
所以我在那里为标签制作了这段代码:
md-input:not(.ng-valid) label { background-color: red !important; color:red !important; }
但是,当我运行项目时,我的 css 是这样修改的:
md-input[_ngcontent-fcu-13]:not(.ng-valid) label[_ngcontent-fcu-13] { background-color: red !important; color:red !important; }
因此,它不起作用。你有想法吗 ?(由谷歌翻译翻译)