Add bar when menu opended

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-26 10:54:53 +02:00
parent f916e5ec45
commit 291c53683e

View file

@ -107,6 +107,14 @@ const styles = (theme: Theme) =>
top: 15, top: 15,
width: 0 width: 0
}, },
"&:before": {
borderLeft: `solid 2px ${theme.palette.primary.main}`,
content: "''",
height: 33,
left: -25,
position: "absolute",
top: 8
},
position: "relative" position: "relative"
}, },
menuListItemText: { menuListItemText: {