this one work ::ng-deep .mat-option:first-child .mat-pseudo-checkbox{ display: none; }
why those wont work?? on other word when is ::ng-deep must be added?
- .filter-option > .mat-pseudo-checkbox { display: none; }
- .mat-option:first-child > .mat-pseudo-checkbox { display: none; }