Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}
],
itemName: {
fontSize: '15px',
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis'
},
itemLabel: [
{
fontSize: FontSizes.size12,
fontWeight: FontWeights.bold
},
globalClassNames.listElement
],
timeStamp: [{ fontSize: FontSizes.size12 }, globalClassNames.timeStamp],
subComponentStyles: {
pivot: pivotStyles
}
};
};
borderBottom: `1px solid ${theme.semanticColors.bodyDivider}`,
display: 'flex',
selectors: {
'&:hover': { background: theme.palette.neutralLight }
}
}
],
itemName: {
fontSize: '15px',
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis'
},
itemLabel: [
{
fontSize: FontSizes.size12,
fontWeight: FontWeights.bold
},
globalClassNames.listElement
],
timeStamp: [{ fontSize: FontSizes.size12 }, globalClassNames.timeStamp],
subComponentStyles: {
pivot: pivotStyles
}
};
};