mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
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:
parent
9d5d9c64ff
commit
14cfe26f49
@ -64,3 +64,6 @@ sup {
|
||||
sub {
|
||||
vertical-align: sub;
|
||||
}
|
||||
.dropdown-backdrop {
|
||||
position: static;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user