mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEdit: Align chevron direction (#100386)
Adjusted the collapsable section chevron + point down when closed + point up when expanded
This commit is contained in:
parent
ccb442558f
commit
ab74852fc9
@ -131,7 +131,7 @@ export const OptionsPaneCategory = React.memo(
|
||||
variant="secondary"
|
||||
aria-expanded={isExpanded}
|
||||
className={styles.toggleButton}
|
||||
icon={isExpanded ? 'angle-down' : 'angle-up'}
|
||||
icon={isExpanded ? 'angle-up' : 'angle-down'}
|
||||
onClick={onToggle}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user