Fixed issue with active nav-stacked background

pull/489/merge
Abdullah Almsaeed 2015-07-24 19:36:51 -04:00
parent 6bf4e63c44
commit 2296534d36
3 changed files with 5 additions and 1 deletions

View File

@ -43,6 +43,8 @@
}
> li.active > a,
> li.active > a:hover {
background: transparent;
color: #444;
border-top: 0;
border-left-color: @light-blue;
}

View File

@ -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