Merge branch 'MDL-74118-master' of https://github.com/aanabit/moodle

This commit is contained in:
Ilya Tregubov 2022-03-09 09:50:21 +06:00
commit cb48ea4f7e
3 changed files with 3 additions and 3 deletions

View file

@ -1299,7 +1299,7 @@ $activity-add-hover: theme-color-level('primary', -10) !default;
padding-left: 0;
border-bottom: $border-width solid $border-color;
&:last-child {
&:last-child:not(.section-summary) {
border-bottom: 0;
}

View file

@ -14692,7 +14692,7 @@ span.editinstructions {
list-style: none;
padding-left: 0;
border-bottom: 1px solid #dee2e6; }
.course-section:last-child {
.course-section:last-child:not(.section-summary) {
border-bottom: 0; }
.course-section .sectionbadges .badge {
margin-left: 0.5rem; }

View file

@ -14692,7 +14692,7 @@ span.editinstructions {
list-style: none;
padding-left: 0;
border-bottom: 1px solid #dee2e6; }
.course-section:last-child {
.course-section:last-child:not(.section-summary) {
border-bottom: 0; }
.course-section .sectionbadges .badge {
margin-left: 0.5rem; }