Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: switch direction of accordion arrows to point properly #709

Merged

Conversation

AlexMNet
Copy link
Contributor

@AlexMNet AlexMNet commented Nov 9, 2023

Fix direction of accordion arrows which are currently pointing in the wrong direction when in the open and closed state. Switched instances of i.iconEl.classList.add('rotate-180') to i.iconEl.classList.remove('rotate-180') and vice versa in accordion index.ts

Fixes #703

@zoltanszogyenyi zoltanszogyenyi merged commit 19c8a51 into themesberg:main Jan 25, 2024
@zoltanszogyenyi
Copy link
Member

Thanks for the PR, @AlexMNet. Merged!

@AlexMNet
Copy link
Contributor Author

Awesome! Thanks @zoltanszogyenyi !!!

@Filipdahlfors
Copy link

This issue still persists for me. I'm using CDN version 2.2.1. Is there a newer one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

accordion: item arrow icons point in wrong directions
3 participants