Skip to content

Commit 2a1ec67

Browse files
committed
[PR design feedback] Accordion arrows are rotated the wrong way 🤦
1 parent a582ddc commit 2a1ec67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const euiCollapsibleNavAccordionStyles = (
106106
107107
& > .euiIcon {
108108
color: ${sharedStyles.rightIconColor};
109-
transform: rotate(-90deg);
109+
transform: rotate(90deg);
110110
111111
${euiCanAnimate} {
112112
transition: transform ${sharedStyles.animation},
@@ -116,7 +116,7 @@ export const euiCollapsibleNavAccordionStyles = (
116116
117117
&.euiAccordion__iconButton-isOpen > .euiIcon {
118118
color: ${sharedStyles.color};
119-
transform: rotate(90deg);
119+
transform: rotate(-90deg);
120120
}
121121
`,
122122
// Children wrapper

0 commit comments

Comments
 (0)