AdminLTE/build/scss/_navs.scss

16 lines
210 B
SCSS

/*
* Component: Nav
* --------------
*/
.nav-pills {
.nav-link {
color: $gray-600;
&:not(.active) {
&:not(.dropdown-toggle):hover {
color: theme-color("primary")
}
}
}
}