moodle/.upgradenotes/MDL-83725-2024121910085182.yml
ferran 41acfca9a8 MDL-83725 theme: dynamic activity icons colors
Now themes can change the activity purpose colors using only the
$activity-icon-XXXX-bg scss variables. The filter is not computed using
a sass mixin intead of a custom filter.
2025-01-08 11:02:42 +01:00

13 lines
538 B
YAML

issueNumber: MDL-83725
notes:
theme_boost:
- message: >-
From now on, themes can customise the activity icon colours using simple
CSS variables. The new variables are $activity-icon-administration-bg,
$activity-icon-assessment-bg, $activity-icon-collaboration-bg,
$activity-icon-communication-bg, $activity-icon-content-bg,
$activity-icon-interactivecontent-bg. All previous
`$activity-icon-*-filter` elements can be removed, as they are no longer
in use.
type: changed