diff --git a/theme/bootstrapbase/less/moodle/responsive.less b/theme/bootstrapbase/less/moodle/responsive.less index f09c2c51fa2..60bb5bdb534 100644 --- a/theme/bootstrapbase/less/moodle/responsive.less +++ b/theme/bootstrapbase/less/moodle/responsive.less @@ -375,18 +375,6 @@ float: left; } -// Hide broken drag'n'drop options on touch devices MDL-38371 -// Not a great workaround, landscape iPads are wider than this, -// and a resized window on a netbook could be smaller, but best -// we can do with CSS. There might be a JS-based solution. - .section .side, - .editing_move { - display: none; - } - .activityinstance > a { - display: block; - } - // GRID & CONTAINERS // ----------------- // Remove width from containers