Skip to content

Commit

Permalink
Bugfix: Bulk actions widget overlaid course header image, solves #469. (
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Nov 12, 2023
1 parent aa09cc1 commit 0f2b9ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions scss/boost_union/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f2b9ca

Please sign in to comment.