Description
What is the expected behavior?
mat-tab-group pagination chevron should be correct contrast color
What is the current behavior?
https://stackblitz.com/angular/manempdpqjo?file=src%2Fapp%2Ftab-group-theme-example.ts
CSS selector for mat-tab-header-pagination-chevron is broken for mat-tab-group and only works for mat-tab-nav-bar
Screenshot from Angular Material docs example:
This selector specifically is broken as .mat-tab-header-pagination is not a direct child of .mat-tab-group
What are the steps to reproduce?
go to this stackblitz and shrink screen on blue background mat-tab-group until the pagination chevrons appear
https://stackblitz.com/angular/manempdpqjo?file=src%2Fapp%2Ftab-group-theme-example.ts
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
11 (confirmed this was working in 10), all browsers and OS affected