mirror of https://github.com/ColorlibHQ/AdminLTE
fixed child indent on hover with nav-compact
parent
662b51c9c0
commit
cafc66ae7d
|
@ -469,6 +469,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.sidebar-mini .main-sidebar:not(.sidebar-no-expand),
|
||||
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand),
|
||||
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover,
|
||||
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover,
|
||||
.sidebar-mini .main-sidebar.sidebar-focused,
|
||||
|
|
|
@ -12261,6 +12261,8 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
|
|||
border-color: #343a40;
|
||||
}
|
||||
|
||||
.sidebar-mini .main-sidebar:not(.sidebar-no-expand) .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
|
||||
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand) .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
|
||||
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
|
||||
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
|
||||
.sidebar-mini .main-sidebar.sidebar-focused .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue