mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Aligning submenu 3rd level
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
0dcf890d5f
commit
8c689e6a1d
@ -83,6 +83,7 @@ class NonInjectedSidebarItem extends React.Component<
|
||||
data-testid={`sidebar-item-${this.id}`}
|
||||
data-is-active-test={this.isActive}
|
||||
data-parent-id-test={this.registration.parentId}
|
||||
data-expandable={this.isExpandable}
|
||||
>
|
||||
<NavLink
|
||||
to={""}
|
||||
|
||||
@ -28,6 +28,12 @@
|
||||
|
||||
.subMenu {
|
||||
.SidebarItem {
|
||||
&[data-expandable="true"] {
|
||||
> .navItem {
|
||||
font-weight: bolder;
|
||||
}
|
||||
}
|
||||
|
||||
.navItem {
|
||||
padding-left: 34px
|
||||
}
|
||||
@ -39,10 +45,6 @@
|
||||
&.active {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.SidebarItem {
|
||||
padding-left: calc(var(--padding) / 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user