mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed issue with active nav-stacked background
parent
6bf4e63c44
commit
2296534d36
|
@ -43,6 +43,8 @@
|
|||
}
|
||||
> li.active > a,
|
||||
> li.active > a:hover {
|
||||
background: transparent;
|
||||
color: #444;
|
||||
border-top: 0;
|
||||
border-left-color: @light-blue;
|
||||
}
|
||||
|
|
|
@ -2376,6 +2376,8 @@ a:focus {
|
|||
}
|
||||
.nav-stacked > li.active > a,
|
||||
.nav-stacked > li.active > a:hover {
|
||||
background: transparent;
|
||||
color: #444;
|
||||
border-top: 0;
|
||||
border-left-color: #3c8dbc;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue