MDL-81597 theme_boost: Fix header bar alignment

- Refactot context_header class to implement named templatable so
render_context_header in core and theme_boost can be removed
- Refactor context_header to use templates
- Fix context header layout and styles
This commit is contained in:
Mikel Martín 2024-05-08 13:37:29 +02:00
parent e1d2a046d3
commit 78db6bbce8
8 changed files with 149 additions and 167 deletions

View file

@ -0,0 +1,5 @@
issueNumber: MDL-81597
notes:
theme:
- message: New `core/contextheader` mustache template has been added. This template can be overridden by themes to modify the context header
type: improved