sidebar hover fix

This commit is contained in:
akemidx 2024-04-16 14:21:47 -04:00
parent 5e122f780f
commit df60045bfe
2 changed files with 2 additions and 6 deletions

View file

@ -131,7 +131,7 @@
//Hover and active states //Hover and active states
&:hover > a, &.active > a { &:hover > a, &.active > a {
color: @sidebar-dark-hover-color; color: @sidebar-dark-hover-color;
background: @sidebar-dark-hover-bg; background: @link-hover-border-color;
border-left-color: @link-hover-border-color; border-left-color: @link-hover-border-color;
} }
//First Level Submenu //First Level Submenu

View file

@ -368,13 +368,9 @@ input[type=text], input[type=search] {
background-color: #5f5ca8; background-color: #5f5ca8;
} }
.fixed-table-body thead th .th-inner, .skin-purple-dark .sidebar-menu>li.active>a, .skin-purple .sidebar-menu>li:hover>a, .sidebar-toggle:hover { .fixed-table-body thead th .th-inner, .skin-purple-dark .sidebar-menu>li.active>a, .skin-purple .sidebar-menu>li:hover>a, .sidebar-toggle:hover {
background-color: #5f5ca8!important; background-color: var(--header)!important;
} }
//.skin-purple-dark .sidebar-menu>li.active>a:hover {
// background-color: #5f5ca8;
//}
.tab-content, .tab-pane { .tab-content, .tab-pane {
background-color: var(--back-main); background-color: var(--back-main);
color: var(--text-main); color: var(--text-main);