MDL-81109 themes: Remove double lines between indented activities.

This commit is contained in:
Luca Bösch 2024-03-03 23:20:17 +01:00
parent 38a3310c92
commit 060f9714d2
3 changed files with 0 additions and 17 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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;