mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
knock back the color of the navbar toggle (#47131)
This commit is contained in:
parent
32ad1199e1
commit
a571fcda6e
@ -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')]: {
|
||||
|
Loading…
Reference in New Issue
Block a user