mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-81109 themes: Remove double lines between indented activities.
This commit is contained in:
parent
38a3310c92
commit
060f9714d2
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user