Skip to content

Commit

Permalink
[PR design feedback] Accordion arrows are rotated the wrong way 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 4, 2023
1 parent a582ddc commit 2a1ec67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const euiCollapsibleNavAccordionStyles = (
& > .euiIcon {
color: ${sharedStyles.rightIconColor};
transform: rotate(-90deg);
transform: rotate(90deg);
${euiCanAnimate} {
transition: transform ${sharedStyles.animation},
Expand All @@ -116,7 +116,7 @@ export const euiCollapsibleNavAccordionStyles = (
&.euiAccordion__iconButton-isOpen > .euiIcon {
color: ${sharedStyles.color};
transform: rotate(90deg);
transform: rotate(-90deg);
}
`,
// Children wrapper
Expand Down

0 comments on commit 2a1ec67

Please sign in to comment.