Skip to content

Commit

Permalink
MDL-51819 theme: style fix for nested dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 12, 2015
1 parent 5fdbdca commit e763d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion theme/bootstrapbase/less/moodle/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,13 @@
.nav > li > a:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-submenu a:focus,
.dropdown-submenu a:hover,
.dropdown-submenu a:focus,
.dropdown-submenu a:active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a
{
background-image: none;
color: @grayDark;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit e763d96

Please sign in to comment.