I have added custom CSS for the active li element of navbar. But it seems to be picking the default color. Other colors such as navbar BG and text color seems to have change
in my case just removing background-image from nav-bar item solved the problem
background-image
nav-bar
.navbar-default .navbar-nav > .active > a:focus { . . . background-image: none; }