diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ae37ae6ebb..9373c3224f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -50,6 +50,7 @@ Changelog * Add internationalisation UI to modeladmin (Andrés Martano) * Support chunking in `PageQuerySet.specific()` to reduce memory consumption (Andy Babic) * Implement new tabs design across the admin interface (Steven Steinwand) + * Move page meta information from the header to a new status side panel component inside of the page editing UI (Steven Steinwand, Karl Hobley) * Fix: When using `simple_translations` ensure that the user is redirected to the page edit view when submitting for a single locale (Mitchel Cabuloy) * Fix: When previewing unsaved changes to `Form` pages, ensure that all added fields are correctly shown in the preview (Joshua Munn) * Fix: When Documents (e.g. PDFs) have been configured to be served inline via `WAGTAILDOCS_CONTENT_TYPES` & `WAGTAILDOCS_INLINE_CONTENT_TYPES` ensure that the filename is correctly set in the `Content-Disposition` header so that saving the files will use the correct filename (John-Scott Atlakson) diff --git a/client/scss/components/_comments-notification-dropdown.scss b/client/scss/components/_comments-notification-dropdown.scss deleted file mode 100644 index 14a2954e25..0000000000 --- a/client/scss/components/_comments-notification-dropdown.scss +++ /dev/null @@ -1,38 +0,0 @@ -.comment-notifications-dropdown { - position: absolute; - display: none; - bottom: -92px; - z-index: 51; - background-color: $color-text-base; - padding: 20px; - border-radius: 6px; - min-width: 260px; - box-sizing: border-box; - border: 1px solid $color-text-base; - - &__title { - font-size: 12px; - font-weight: 700; - color: $color-white; - } - - &--active { - display: block; - } - - &::before { - content: ''; - position: absolute; - top: -8px; - width: 0; - height: 0; - z-index: 2; - // Remove once we drop support for Safari 13. - // stylelint-disable-next-line property-disallowed-list - right: 18px; - inset-inline-end: 18px; - border-style: solid; - border-width: 0 8px 8px 8px; - border-color: transparent transparent $color-text-base transparent; - } -} diff --git a/client/scss/components/_footer.scss b/client/scss/components/_footer.scss index c2dab35999..fa60a5a2bb 100644 --- a/client/scss/components/_footer.scss +++ b/client/scss/components/_footer.scss @@ -4,6 +4,7 @@ $border-curvature: 3px; @include transition(bottom 0.5s ease 1s); @include row(); + z-index: 20; ul { @include unlist(); diff --git a/client/scss/components/_switch.scss b/client/scss/components/_switch.scss index f60d9c2f40..e55600d1cd 100644 --- a/client/scss/components/_switch.scss +++ b/client/scss/components/_switch.scss @@ -15,6 +15,7 @@ $switch-color-middle-grey: #777; display: inline-flex; align-items: center; margin: 5px 0; + position: relative; // Disable forms styling that's applied to the