MDL-52249 theme_bootstrapbase: Remove dropdown-backdrop

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.
This commit is contained in:
Andrew Nicols 2016-02-08 14:17:51 +08:00
parent 9d5d9c64ff
commit 14cfe26f49
2 changed files with 4 additions and 1 deletions

View File

@ -64,3 +64,6 @@ sup {
sub {
vertical-align: sub;
}
.dropdown-backdrop {
position: static;
}

File diff suppressed because one or more lines are too long