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(datepicker): producing wrong selector for disabled dates for themes inside a selector (#10904)
Fixes selector for the disabled dates inside the calendar being wrong, if the theme is scoped under a selector, e.g.
```scss
.dark-theme {
@include angular-material-theme($dark-theme);
}
```
Relates to #10889.
0 commit comments