Skip to content

Commit

Permalink
Merge branch '43977-26' of git://github.com/samhemelryk/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_26_STABLE

Conflicts:
	theme/bootstrapbase/style/moodle.css
  • Loading branch information
marinaglancy committed Feb 10, 2014
2 parents 5eb9a4f + a769537 commit 98c5ac4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion theme/bootstrapbase/less/moodle/undo.less
Expand Up @@ -175,10 +175,17 @@ img.icon-pre {
display: inline;
}

// Allow the custom menu to expand/collapse when the user hovers over it with JS disabled.
body:not(.jsenabled) .dropdown:hover > .dropdown-menu {
display: block;
margin-top: -6px; // We need to move it up to counter the arrows as they introduce hover bugs.
}

// Extends bootstrapbase/less/bootstrap/navbar.less
// to enable scroll in the language menu.
body:not(.jsenabled) .langmenu:hover > .dropdown-menu,
.langmenu.open > .dropdown-menu {
display: block;
max-height: 150px;
overflow-y: auto;
}
}
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 98c5ac4

Please sign in to comment.