MINOR: fix dark border shown in navbar (#18230)

* fix dark border shown in navbar

* remove the space between logo and first sidebar item

(cherry picked from commit c1c794dae825d97fb611205244bff9526bb52eb0)
This commit is contained in:
Ashish Gupta 2024-10-12 00:08:10 +05:30
parent f71fd9ce19
commit d680132e0c
2 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@
background-color: white;
.ant-layout-header {
line-height: inherit;
background: @white;
}
.navbar-container {
border-bottom: 1px solid @border-color;

View File

@ -261,6 +261,12 @@
color: initial;
}
}
.left-sidebar-menu.ant-menu > .ant-menu-item {
&:first-child {
margin-top: 0;
}
}
}
.left-panel-item.active,