From 19cbde064c08444d3923a8bf526cf1e3f5258156 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Fri, 25 Oct 2019 11:21:55 +0200 Subject: [PATCH] Removed CSS rule for maintenance warning due to upstream changes. --- CHANGES.md | 4 ++++ scss/post.scss | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 65db478..2ada870 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-theme_boost_campus Changes ------- +### Unreleased + +* 2019-10-28 - Removed CSS rule for maintenance warning due to upstream changes. + ### Release v3.7-r2 * 2019-06-21 - Removed SCSS fix because MDL-61319 has now been fixed and integrated. diff --git a/scss/post.scss b/scss/post.scss index a044aef..f66cdac 100644 --- a/scss/post.scss +++ b/scss/post.scss @@ -864,7 +864,6 @@ a[href^="mailto"]::before { -------------------------------------*/ /* Improve the maintenance warning to be full width and to be displayed above the navdrawer navigation. */ .maintenancewarning { - z-index: $zindex-dropdown; width: 100%; text-align: center; margin: 0 !important; -- GitLab