MDL-73877 themes: current section border not showing on Boost theme.

This commit is contained in:
Gareth Barnard
2022-02-26 11:52:54 +00:00
parent d1a473a3d6
commit 0c7eaf95e0
3 changed files with 13 additions and 13 deletions
+5 -5
View File
@@ -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 {
+4 -4
View File
@@ -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;
+4 -4
View File
@@ -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;