mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Consitent active state between items and subitems
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
894395e582
commit
f32b9e6261
@ -27,24 +27,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.subMenu {
|
.subMenu {
|
||||||
border-left: 4px solid transparent;
|
|
||||||
|
|
||||||
&.active {
|
|
||||||
border-color: var(--blue);
|
|
||||||
}
|
|
||||||
|
|
||||||
.SidebarItem {
|
.SidebarItem {
|
||||||
color: var(--textColorPrimary);
|
|
||||||
padding-left: 25px;
|
|
||||||
|
|
||||||
.navItem {
|
.navItem {
|
||||||
padding-top: 4px;
|
padding-left: 34px
|
||||||
padding-bottom: 4px;
|
|
||||||
|
|
||||||
&:global(.active), &:hover {
|
|
||||||
color: var(--sidebarSubmenuActiveColor);
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user