зеркало из 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%' } }}>
|
||||
<StackItem disableShrink>
|
||||
<Stack horizontal horizontalAlign='space-between'>
|
||||
<Stack horizontal gap='s1'>
|
||||
<Text styles={style.headerText}>{title}</Text>
|
||||
{tooltip && <TooltipIcon content={tooltip} />}
|
||||
</Stack>
|
||||
<Stack horizontal gap='s1'>
|
||||
<ActionButton
|
||||
iconProps={{ iconName: selected ? 'ChevronUp' : 'ChevronDown' }}
|
||||
styles={style.actionButton}
|
||||
onClick={onSelect}
|
||||
/>
|
||||
<Stack horizontal gap='s1'>
|
||||
<Text styles={style.headerText}>{title}</Text>
|
||||
{tooltip && <TooltipIcon content={tooltip} />}
|
||||
</Stack>
|
||||
</Stack>
|
||||
</StackItem>
|
||||
{selected && <div style={{ overflowY: 'auto' }}>{children}</div>}
|
||||
|
|
Загрузка…
Ссылка в новой задаче