MDL-72919 core_course: remove unexisting CSS variable

This commit is contained in:
Amaia Anabitarte 2021-12-02 10:03:25 +01:00 committed by Eloy Lafuente (stronk7)
parent 190a520fd6
commit ca78387d94

View File

@ -1310,5 +1310,5 @@ span.editinstructions {
}
#changenumsections {
border-top: $border-width solid $activity-item-border;
border-top: $border-width solid $primary-light-border;
}