From 0c7eaf95e021fe7658cb1f0d194ef6bee7ee75fd Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Thu, 17 Feb 2022 13:59:45 +0000 Subject: [PATCH] MDL-73877 themes: current section border not showing on Boost theme. --- theme/boost/scss/moodle/course.scss | 10 +++++----- theme/boost/style/moodle.css | 8 ++++---- theme/classic/style/moodle.css | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/theme/boost/scss/moodle/course.scss b/theme/boost/scss/moodle/course.scss index 5da7675bd6b..23adab1cce5 100644 --- a/theme/boost/scss/moodle/course.scss +++ b/theme/boost/scss/moodle/course.scss @@ -340,12 +340,12 @@ body:not(.editing) .sitetopic ul.section { } .course-content .current::before { - content: ""; - border-left: $primary 2px solid; - position: absolute; - left: -$card-spacer-x; - top: 0; + border-left: $primary 3px solid; bottom: 0; + content: ""; + left: -8px; + position: absolute; + top: 0; } .course-content .section-summary { diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index b9ffcd2abda..c3c60eefeef 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -13973,12 +13973,12 @@ body:not(.editing) .sitetopic ul.section { position: relative; } .course-content .current::before { + border-left: #0f6cbf 3px solid; + bottom: 0; content: ""; - border-left: #0f6cbf 2px solid; + left: -8px; position: absolute; - left: -1.25rem; - top: 0; - bottom: 0; } + top: 0; } .course-content .section-summary { border: 1px solid #dee2e6; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 0b074281110..cf1448a9ad6 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -13973,12 +13973,12 @@ body:not(.editing) .sitetopic ul.section { position: relative; } .course-content .current::before { + border-left: #0f6cbf 3px solid; + bottom: 0; content: ""; - border-left: #0f6cbf 2px solid; + left: -8px; position: absolute; - left: -1.25rem; - top: 0; - bottom: 0; } + top: 0; } .course-content .section-summary { border: 1px solid #dee2e6;