From 291c53683eb6c0edf5cca0eb7d6c221455424d87 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Thu, 26 Sep 2019 10:54:53 +0200 Subject: [PATCH] Add bar when menu opended --- src/components/AppLayout/MenuList.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/AppLayout/MenuList.tsx b/src/components/AppLayout/MenuList.tsx index 362bde67a..1a1870b47 100644 --- a/src/components/AppLayout/MenuList.tsx +++ b/src/components/AppLayout/MenuList.tsx @@ -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: {