mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
menu.less: Apply same bg-color to the caret in the .nav-item-header
- Change the css specificity so it matches the existing level (hovered menu)
This commit is contained in:
parent
092571a17b
commit
fe6d568345
@ -532,7 +532,12 @@ html.no-js #toggle-sidebar {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout.sidebar-collapsed #menu .nav-level-1 > .nav-item.hover .nav-level-2 > .nav-item-header {
|
#layout:not(.minimal-layout).sidebar-collapsed #menu .nav-level-1 > .nav-item.hover > .nav-level-2 {
|
||||||
|
&:not(.bottom-up)::after {
|
||||||
|
background-color: @menu-bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item-header {
|
||||||
background-color: @menu-bg-color;
|
background-color: @menu-bg-color;
|
||||||
border-bottom: 1px solid @gray-light;
|
border-bottom: 1px solid @gray-light;
|
||||||
border-top-left-radius: .25em;
|
border-top-left-radius: .25em;
|
||||||
@ -552,6 +557,7 @@ html.no-js #toggle-sidebar {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout:not(.sidebar-collapsed) #menu .nav-level-1 > .nav-item.active .nav-level-2 > li {
|
#layout:not(.sidebar-collapsed) #menu .nav-level-1 > .nav-item.active .nav-level-2 > li {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user