From 0f2b9cabcc71812b0e6e852a836d4d9a32a923d2 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sun, 12 Nov 2023 08:33:19 +0100 Subject: [PATCH] Bugfix: Bulk actions widget overlaid course header image, solves #469. (#471) --- CHANGES.md | 1 + scss/boost_union/post.scss | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5fde4e91589..61f9c545c75 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2023-11-11 - Bugfix: Bulk actions widget overlaid course header image, solves #469. * 2023-11-09 - Bugfix: Hide back to top button on small screens as soon as the right hand drawer is opened, solves #379. * 2023-11-09 - Bugfix: Styles of styled e-mail previews leaked into the rest of the admin UI, solves #413. * 2023-11-04 - Bugfix: Pass footnote content without text_to_html div generation, solves #442. diff --git a/scss/boost_union/post.scss b/scss/boost_union/post.scss index a56c7fbf9b6..15fd299f2e5 100644 --- a/scss/boost_union/post.scss +++ b/scss/boost_union/post.scss @@ -287,6 +287,13 @@ color: black; text-shadow: 0 0 5px white; } +/* If the header actions are placed _within_ the course header image element, i.e. the title is stacked on the image.*/ +#courseheaderimage .header-action { + /* Add a background color of white to the header actions to make sure that they can be read properly. */ + background-color: white; + @include border-radius(); +} + /*======================================= * Settings: Look -> Resources