-
Bug
-
Resolution: Fixed
-
Minor
-
2.6, 3.4.3, 3.5
-
MOODLE_26_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MDL-44538-master -
This is regarding the new(-ish) menu that pops up on blocks to let you configure/hide etc. it.
One of the styles, intended to give rounded corners on the top of the first item and the bottom of the last item of the list is wrong, and instead puts rounded corners on each item by mistake.
The lines are here:
https://github.com/moodle/moodle/blob/master/theme/bootstrapbase/less/moodle/core.less#L2138-L2143
That's saying round the top of the first "a" tag in any div in the menu, but actually it should say round the top of the (only) "a" tag in the first li and so on, so we want "li:firstchild a" instead.
- will help resolve
-
MDL-42757 block dropdown and activity edit dropdown inconsistent with the existing custom menu from bootstrap
- Closed