MDL-66874 mod_choice: Explicitly add btn-secondary class to select all

This commit is contained in:
Jun Pataleta 2019-10-08 14:31:49 +08:00
parent 0b0527cced
commit bc003428bc

View file

@ -297,7 +297,7 @@ class mod_choice_renderer extends plugin_renderer_base {
'name' => $selectallid,
'value' => 1,
'label' => get_string('selectall'),
'classes' => 'mr-1'
'classes' => 'btn-secondary mr-1'
], true);
$actiondata .= $OUTPUT->render($selectallcheckbox);