Override Angular Material style in Angular component

前端 未结 6 1015
日久生厌
日久生厌 2021-01-11 14:27

I am using Material 2 in my Angular component. I want to override one of the classes e.g. .mat-input-wrapper defined in

6条回答
  •  抹茶落季
    2021-01-11 14:49

    As @Dylan pointed out, you have to use /deep/ to alter the CSS within the child compoenets. Here is the answer I was looking for:

    :host /deep/ md-input-container .mat-input-wrapper

提交回复
热议问题