mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-74118-master' of https://github.com/aanabit/moodle
This commit is contained in:
commit
cb48ea4f7e
3 changed files with 3 additions and 3 deletions
|
@ -1299,7 +1299,7 @@ $activity-add-hover: theme-color-level('primary', -10) !default;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
border-bottom: $border-width solid $border-color;
|
border-bottom: $border-width solid $border-color;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child:not(.section-summary) {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14692,7 +14692,7 @@ span.editinstructions {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
border-bottom: 1px solid #dee2e6; }
|
border-bottom: 1px solid #dee2e6; }
|
||||||
.course-section:last-child {
|
.course-section:last-child:not(.section-summary) {
|
||||||
border-bottom: 0; }
|
border-bottom: 0; }
|
||||||
.course-section .sectionbadges .badge {
|
.course-section .sectionbadges .badge {
|
||||||
margin-left: 0.5rem; }
|
margin-left: 0.5rem; }
|
||||||
|
|
|
@ -14692,7 +14692,7 @@ span.editinstructions {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
border-bottom: 1px solid #dee2e6; }
|
border-bottom: 1px solid #dee2e6; }
|
||||||
.course-section:last-child {
|
.course-section:last-child:not(.section-summary) {
|
||||||
border-bottom: 0; }
|
border-bottom: 0; }
|
||||||
.course-section .sectionbadges .badge {
|
.course-section .sectionbadges .badge {
|
||||||
margin-left: 0.5rem; }
|
margin-left: 0.5rem; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue