mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
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:
parent
f71fd9ce19
commit
d680132e0c
@ -24,6 +24,7 @@
|
||||
background-color: white;
|
||||
.ant-layout-header {
|
||||
line-height: inherit;
|
||||
background: @white;
|
||||
}
|
||||
.navbar-container {
|
||||
border-bottom: 1px solid @border-color;
|
||||
|
||||
@ -261,6 +261,12 @@
|
||||
color: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.left-sidebar-menu.ant-menu > .ant-menu-item {
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.left-panel-item.active,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user