mirror of https://github.com/ColorlibHQ/AdminLTE
add .hide-nav-header-on-hover to hide nav-header on focus/hover
parent
13bcd7b662
commit
791a8462ed
|
@ -281,9 +281,11 @@
|
||||||
.nav-link {
|
.nav-link {
|
||||||
width: calc(#{$sidebar-width} - #{$sidebar-padding-x} * 2);
|
width: calc(#{$sidebar-width} - #{$sidebar-padding-x} * 2);
|
||||||
}
|
}
|
||||||
|
&:not(.hide-nav-header-on-hover) {
|
||||||
.nav-header {
|
.nav-header {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Show sidebar search when hover/focus on the sidebar mini mode.
|
// Show sidebar search when hover/focus on the sidebar mini mode.
|
||||||
&:not(.sidebar-no-expand) {
|
&:not(.sidebar-no-expand) {
|
||||||
|
|
Loading…
Reference in New Issue