Add bar when menu opended
This commit is contained in:
parent
f916e5ec45
commit
291c53683e
1 changed files with 8 additions and 0 deletions
|
@ -107,6 +107,14 @@ const styles = (theme: Theme) =>
|
|||
top: 15,
|
||||
width: 0
|
||||
},
|
||||
"&:before": {
|
||||
borderLeft: `solid 2px ${theme.palette.primary.main}`,
|
||||
content: "''",
|
||||
height: 33,
|
||||
left: -25,
|
||||
position: "absolute",
|
||||
top: 8
|
||||
},
|
||||
position: "relative"
|
||||
},
|
||||
menuListItemText: {
|
||||
|
|
Loading…
Reference in a new issue