mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: add border in collapsed state (#47122)
This commit is contained in:
@@ -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 &': {
|
||||
|
||||
Reference in New Issue
Block a user