mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
708 B
708 B
theme_boost Upgrade notes
4.5dev
Changed
-
Bootstrap .no-gutters class is no longer used, use .g-0 instead.
For more information see MDL-81818
Added
-
Upon upgrading Font Awesome from version 4 to 6, the solid family was selected by default. However, FA6 includes additional families such as regular and brands. Support for these families has now been integrated, allowing icons defined with icon_system::FONTAWESOME to use them. Icons can add the FontAwesome family (fa-regular, fa-brands, fa-solid) near the icon name to display it using this styling.
For more information see MDL-82210