Skip to content

Commit

Permalink
MDL-52249 theme_bootstrapbase: Remove dropdown-backdrop
Browse files Browse the repository at this point in the history
Standard bootstrap adds a backdrop for touch-responsive clients.
Unfortunately the backdrop is not compatible with submenus.

The backdrop was only added in Bootstrap v2.3.1, and Moodle switched to
using the bootstrap JS in version 3.0.0.
  • Loading branch information
andrewnicols committed Feb 8, 2016
1 parent 9d5d9c6 commit 14cfe26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions theme/bootstrapbase/less/moodle/bootstrapoverride.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ sup {
sub {
vertical-align: sub;
}
.dropdown-backdrop {
position: static;
}
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 14cfe26

Please sign in to comment.