AdminLTE/build/scss/_navs.scss

21 lines
290 B
SCSS
Raw Normal View History

2015-10-31 21:00:16 +00:00
/*
* Component: Nav
* --------------
*/
2018-04-14 23:33:53 +00:00
.nav-pills {
.nav-link {
color: $gray-600;
&:not(.active):hover {
color: theme-color("primary")
}
}
.nav-item {
&.dropdown.show {
.nav-link:hover {
color: $dropdown-link-active-color;
}
2018-04-14 23:33:53 +00:00
}
}
}