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 {
|
||||
border-left: 4px solid transparent;
|
||||
|
||||
&.active {
|
||||
border-color: var(--blue);
|
||||
}
|
||||
|
||||
.SidebarItem {
|
||||
color: var(--textColorPrimary);
|
||||
padding-left: 25px;
|
||||
|
||||
.navItem {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
|
||||
&:global(.active), &:hover {
|
||||
color: var(--sidebarSubmenuActiveColor);
|
||||
background: none;
|
||||
}
|
||||
padding-left: 34px
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user