We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c458f96 commit 4af8ab7Copy full SHA for 4af8ab7
packages/react-core/src/components/ExpandableSection/ExpandableSectionToggle.tsx
@@ -63,7 +63,7 @@ export const ExpandableSectionToggle: React.FunctionComponent<ExpandableSectionT
63
<span
64
className={css(
65
styles.expandableSectionToggleIcon,
66
- isExpanded && direction === 'up' && styles.modifiers.expandTop // TODO: next breaking change move this class to the outter styles.expandableSection wrapper
+ isExpanded && direction === 'up' && styles.modifiers.expandTop // TODO: next breaking change move this class to the outer styles.expandableSection wrapper
67
)}
68
>
69
<AngleRightIcon />
0 commit comments