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

Accordion closed arrow points in inconsistent direction for RTL #950

Closed
MikeTschudi opened this issue May 2, 2018 · 1 comment
Closed
Assignees

Comments

@MikeTschudi
Copy link
Member

image vs. image

This CSS fixes it:


html[dir="rtl"] .accordion-icon .svg-icon {
  -webkit-transform: rotate(+90deg);
  -moz-transform: rotate(+90deg);
  -ms-transform: rotate(+90deg);
  -o-transform: rotate(+90deg);
  transform: rotate(+90deg);
}

image

@macandcheese
Copy link
Contributor

macandcheese commented May 2, 2018

Thanks for the catch @MikeTschudi, will be fixed in #951

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

No branches or pull requests

2 participants