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(accordion): prevent ui dropdown icons in titles to animate
Whenever an accordion title has got a dropdown inside, the activation of that dropdown also triggered toggling the accordion.
Also the dropdown icon inside the dropdown was animated just ike the accordion dropdown icon.
This PR fixes the css selectors and adds a new selector setting ignore to be able to defined a css selector which should not trigger the accordions toggle when inside a title node.
0 commit comments