From d680132e0c5ddb7ea8bb6518b503cd4cee2d64e8 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Sat, 12 Oct 2024 00:08:10 +0530 Subject: [PATCH] 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) --- .../ui/src/components/AppContainer/app-container.less | 1 + .../ui/src/components/MyData/LeftSidebar/left-sidebar.less | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/AppContainer/app-container.less b/openmetadata-ui/src/main/resources/ui/src/components/AppContainer/app-container.less index e0d632e2ab7..e8eb7eda389 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/AppContainer/app-container.less +++ b/openmetadata-ui/src/main/resources/ui/src/components/AppContainer/app-container.less @@ -24,6 +24,7 @@ background-color: white; .ant-layout-header { line-height: inherit; + background: @white; } .navbar-container { border-bottom: 1px solid @border-color; diff --git a/openmetadata-ui/src/main/resources/ui/src/components/MyData/LeftSidebar/left-sidebar.less b/openmetadata-ui/src/main/resources/ui/src/components/MyData/LeftSidebar/left-sidebar.less index 09318aee17b..716c3962a13 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/MyData/LeftSidebar/left-sidebar.less +++ b/openmetadata-ui/src/main/resources/ui/src/components/MyData/LeftSidebar/left-sidebar.less @@ -261,6 +261,12 @@ color: initial; } } + + .left-sidebar-menu.ant-menu > .ant-menu-item { + &:first-child { + margin-top: 0; + } + } } .left-panel-item.active,