.nav-pills > .active {
	a {
		&,
		&:hover,
		&:focus {
			background-color: $color-primary;
		}
	}
}