Modal show active nav-links in nav-pills
Created by: danijelGombac
v4.
.nav-pills .nav-link.active,
.show .nav-pills .nav-link {
color: #fff;
background-color: #0275d8;
}
This code add acitve state to all nav-links in nav-pill when is in modal.show.