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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue?
When using a custom theme that is not named default, the datepicker calendar window is transparent.
What is the expected behavior?
The calendar window either adheres to the background palette, or is at least something opaque. Kind of surprised that $element[0].querySelector('.md-datepicker-calendar-pane'); isn't registered with the theming provider. The background styles could work off of this (currently md-calendar and datepicker are registered, but the detached element is the bit that seems to have problems)