knock back the color of the navbar toggle (#47131)

This commit is contained in:
Ashley Harrison 2022-03-31 14:35:38 +01:00 committed by GitHub
parent 32ad1199e1
commit a571fcda6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
padding: `${theme.spacing(1)} 0`,
position: 'relative',
width: theme.spacing(7),
borderRight: `1px solid ${theme.components.panel.borderColor}`,
borderRight: `1px solid ${theme.colors.border.weak}`,
[theme.breakpoints.down('md')]: {
position: 'fixed',
@ -222,13 +222,14 @@ const getStyles = (theme: GrafanaTheme2) => ({
zIndex: theme.zIndex.sidemenu,
}),
menuToggle: css({
backgroundColor: theme.colors.background.secondary,
border: `1px solid ${theme.colors.border.weak}`,
position: 'absolute',
marginRight: 0,
top: '43px',
right: '0px',
zIndex: theme.zIndex.sidemenu,
transform: `translateX(calc(${theme.spacing(7)} + 50%))`,
background: 'gray',
borderRadius: '50%',
[theme.breakpoints.down('md')]: {