You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/tabs): strong focus indicator not visible when tab header has a background (angular#21402)
`mat-tab-group` has the ability to theme both the foreground and background. When
the background color is different from the default, the strong focus indicator blends
into it, making it invisible.
These changes invert the color of the indicator so it stands out.
0 commit comments