jrangelardila / moodle-format_buttons

Buttons is a Moodle course format that creates a menu with buttons in javascript to access the sections, one by one.
https://moodle.org/plugins/format_buttons
GNU General Public License v3.0
11 stars 20 forks source link

Sections not visible when editing #31

Closed mist-webit closed 5 years ago

mist-webit commented 5 years ago

I believe line:

https://github.com/brandaorodrigo/moodle-format_buttons/blob/b4a1577beaeee127e1ecdd4c7450d5ca9522fc1d/styles.css#L153

should be: display: block !important;

brandaorodrigo commented 5 years ago

I changed the call function. This issue is fixed. Thanks for the support! You helped me alot!