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(select,autocomplete): mat-option theme not being applied correctly when nested inside a selector (#10889)
Fixes the theme for the individual `mat-option` instances producing the wrong selector when it's nested inside a selector, e.g.
```scss
.dark-theme {
@include angular-material-theme($dark-theme);
}
```
0 commit comments