-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.1
-
MOODLE_33_STABLE
-
MOODLE_34_STABLE
-
wip-
MDL-59800-master -
- Create calendar events - for example assignment due date and user events. Make sure they have descriptions
- View the day in the calendar in Clean and Boost, the layout of the event should be very similar
https://github.com/moodle/moodle/blob/master/theme/bootstrapbase/less/moodle/bs4-compat.less#L7
// Add support for card. We map it to well.
|
// This is not meant to be perfect - but at least applies some styles to a bs4 card.
|
.card:extend(.well) {
|
}
|
This is incorrect, card should have white background. Class .card-header should have gray background (similar to .well)