Skip to content

Commit

Permalink
MDL-81109 themes: Remove double lines between indented activities.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Mar 8, 2024
1 parent 38a3310 commit 060f971
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions theme/boost/scss/moodle/course.scss
Expand Up @@ -64,16 +64,9 @@

&.indented {
.activity-item {
border: 0;
margin-left: map-get($spacers, 3);
}
}
&.indented + .indented {
.activity-item {
border-top: $border-width solid $border-color;
border-radius: unset;
}
}
}

.label {
Expand Down
5 changes: 0 additions & 5 deletions theme/boost/style/moodle.css
Expand Up @@ -27969,13 +27969,8 @@ table.calendartable caption {
color: #5babf2 !important; /* stylelint-disable-line declaration-no-important */
}
.section .activity.indented .activity-item {
border: 0;
margin-left: 1rem;
}
.section .activity.indented + .indented .activity-item {
border-top: 1px solid #dee2e6;
border-radius: unset;
}
.section .label .contentwithoutlink,
.section .label .activityinstance {
padding-right: 32px;
Expand Down
5 changes: 0 additions & 5 deletions theme/classic/style/moodle.css
Expand Up @@ -27969,13 +27969,8 @@ table.calendartable caption {
color: #5babf2 !important; /* stylelint-disable-line declaration-no-important */
}
.section .activity.indented .activity-item {
border: 0;
margin-left: 1rem;
}
.section .activity.indented + .indented .activity-item {
border-top: 1px solid #dee2e6;
border-radius: unset;
}
.section .label .contentwithoutlink,
.section .label .activityinstance {
padding-right: 32px;
Expand Down

0 comments on commit 060f971

Please sign in to comment.