зеркало из https://github.com/microsoft/pai.git
Move chevron arrow to left (#4380)
This commit is contained in:
Родитель
4e0121f8e3
Коммит
4a7ea4697a
|
@ -75,16 +75,16 @@ export const SidebarCard = ({
|
||||||
>
|
>
|
||||||
<Stack gap='m' styles={{ root: { height: '100%' } }}>
|
<Stack gap='m' styles={{ root: { height: '100%' } }}>
|
||||||
<StackItem disableShrink>
|
<StackItem disableShrink>
|
||||||
<Stack horizontal horizontalAlign='space-between'>
|
<Stack horizontal gap='s1'>
|
||||||
<Stack horizontal gap='s1'>
|
|
||||||
<Text styles={style.headerText}>{title}</Text>
|
|
||||||
{tooltip && <TooltipIcon content={tooltip} />}
|
|
||||||
</Stack>
|
|
||||||
<ActionButton
|
<ActionButton
|
||||||
iconProps={{ iconName: selected ? 'ChevronUp' : 'ChevronDown' }}
|
iconProps={{ iconName: selected ? 'ChevronUp' : 'ChevronDown' }}
|
||||||
styles={style.actionButton}
|
styles={style.actionButton}
|
||||||
onClick={onSelect}
|
onClick={onSelect}
|
||||||
/>
|
/>
|
||||||
|
<Stack horizontal gap='s1'>
|
||||||
|
<Text styles={style.headerText}>{title}</Text>
|
||||||
|
{tooltip && <TooltipIcon content={tooltip} />}
|
||||||
|
</Stack>
|
||||||
</Stack>
|
</Stack>
|
||||||
</StackItem>
|
</StackItem>
|
||||||
{selected && <div style={{ overflowY: 'auto' }}>{children}</div>}
|
{selected && <div style={{ overflowY: 'auto' }}>{children}</div>}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче