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
refactor(cdk-experimental/accordion): moves visually hidden span to accordion trigger parent element
Updates previous change to move the visually hidden span from being a
child of the accordion trigger button, to being a child of the parent
wrapping the accordion trigger. This prevents it from being hidden by
aria-disabled or disabled attributes when being a child of the trigger.
0 commit comments