mirror of
https://github.com/moodle/moodle.git
synced 2025-03-17 22:20:00 +01:00
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.
13 lines
538 B
YAML
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
|