From 782d262ef68c38c591d00e4ea67b66b695ba4d28 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 9 Sep 2024 17:18:58 +0800 Subject: [PATCH] MDL-83047 theme_boost: Add upgrade note for theme plugins --- theme/boost/upgrade.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/boost/upgrade.txt b/theme/boost/upgrade.txt index e48af7566be..bb52446513f 100644 --- a/theme/boost/upgrade.txt +++ b/theme/boost/upgrade.txt @@ -1,6 +1,12 @@ This file describes API changes in /theme/boost information provided here is intended especially for theme designers. +=== 4.3.8 === +* The `.page-header-headings` CSS class now has a background colour applied to the maintenance and secure layouts. + You may need to override this class in your maintenance and secure layouts if both of the following are true: + * Your theme plugin inherits from `theme_boost` and uses this CSS class + * Your theme plugin applies a different styling for the page header for the maintenance and secure layouts + === 4.3 === * The $activity-iconcontainer-height and $activity-iconcontainer-width variables have been changed from 50px to 52px. * New SCSS mixin optional_animate to animate an element unless if the user has reduced motion in their preferences.