mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css
This commit is contained in:
parent
a0fc902eb1
commit
4394f9e358
113 changed files with 958 additions and 1403 deletions
|
@ -1232,7 +1232,7 @@ function badges_verify_backpack(int $backpackid) {
|
|||
|
||||
$message = get_string('sitebackpackwarning', 'badges', ['url' => $backpackurl, 'warning' => $warning]);
|
||||
$icon = $OUTPUT->pix_icon('i/warning', get_string('warning', 'moodle'));
|
||||
return $OUTPUT->container($icon . $message, 'text-error');
|
||||
return $OUTPUT->container($icon . $message, 'text-danger');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue