Skip to content

Commit fea280e

Browse files
Hoang Nguyenyadvr
authored andcommitted
custom: fix background color of navigation with domain/user has logged. (#752)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent dcf4824 commit fea280e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ui/src/components/menu/SideMenu.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export default {
110110
}
111111
112112
&.light {
113-
background-color: #fff;
114113
box-shadow: 2px 0px 8px 0px rgba(29, 35, 41, 0.05);
115114
116115
.ant-menu-light {

ui/src/style/vars.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ a {
8989
box-shadow: 1px 1px 0px 0px #e8e8e8;
9090
}
9191

92+
.sider.light {
93+
background: @navigation-background-color;
94+
}
95+
9296
.ant-menu {
9397
background: @navigation-background-color;
9498
}

0 commit comments

Comments
 (0)