Closed amezick closed 11 years ago
Another example: .nav-pills {
& > li > a {
background-color: @grayLight;
.border-radius(0);
color: @black;
&:hover {
background-color: @black;
color: @white;
}
}
& > .disabled > a,
& > .disabled > a:hover {
background-color: @grayLighter;
color: @grayDark;
}
}
It seems to work without problem with the latest version. Please upgrade your installation if not already done. Thanks.
Happens on the '>' in '&>li.dropdown'
.nav {
}
from kickstrap's cosmo theme