Navigation: add border in collapsed state (#47122)

This commit is contained in:
Ashley Harrison
2022-03-31 12:05:24 +01:00
committed by GitHub
parent f5a790e291
commit 7d9f22fa59

View File

@@ -149,11 +149,13 @@ const getStyles = (theme: GrafanaTheme2) => ({
padding: `${theme.spacing(1)} 0`,
position: 'relative',
width: theme.spacing(7),
borderRight: `1px solid ${theme.components.panel.borderColor}`,
[theme.breakpoints.down('md')]: {
position: 'fixed',
paddingTop: '0px',
backgroundColor: 'inherit',
borderRight: 0,
},
'.sidemenu-hidden &': {