MDL-51234 theme_bootstrapbase: hover hardly visible on invert/collapse

This commit is contained in:
lazydaisy 2015-08-30 19:59:28 +01:00
parent e28004e614
commit 37cbded0c3
2 changed files with 28 additions and 1 deletions

View File

@ -579,6 +579,33 @@
border-bottom: 1px solid lighten(@navbarInverseBackground, 25%);
}
}
.nav {
> li > a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
}
}
.dropdown-menu a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
> li > a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
}
}
.dropdown-submenu a {
&:hover,
&:focus,
&:active {
color: @navbarInverseLinkColorHover;
}
}
}
}

File diff suppressed because one or more lines are too long