Skip to content

Commit

Permalink
MDL-51234 theme_bootstrapbase: hover hardly visible on invert/collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
lazydaisy committed Aug 30, 2015
1 parent f660908 commit 7d8bf42
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions theme/bootstrapbase/less/moodle/responsive.less
Expand Up @@ -578,6 +578,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;
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 7d8bf42

Please sign in to comment.