Angular 2 Material Customize md-menu

前端 未结 3 868
春和景丽
春和景丽 2020-12-20 15:36

I am new to Angular 2 Material and I am trying to customize the style of the md-menu component.



        
3条回答
  •  离开以前
    2020-12-20 15:47

    To style mat-menu without turning off encapsulation for this component you should use 2 classes to increase specificity as exactly as you already did or use !important. However, to make it work you should put them into your global stylesheet so that you will override the default styles.

提交回复
热议问题