Minor Changes
- 9c3224b: - ArrowMixin needs to extend styles and not overwrite them
- ArrowMixin add an
_arrowNodeTemplate
which can be used to only override the arrow content - InputDatepicker switch between bottomsheet style (on mobile) popover (on desktop/table with screensize bigger then 600px)
- ArrowMixin add an
Patch Changes
- fff7991: Added a fix for focus not being restored to the root element when only a focusout event happens, without a subsequent focusin event. Added a fix to use getDeepActiveElement util instead of document.activeElement which fixes focus trap in elements with shadowRoots that contain focusable elements.