diff --git a/CHANGES.md b/CHANGES.md
index a051e4ef07cbe56d3747b3c4af0676f286f05c08..489248206683705fea8d2d2f9b977a4b40d843bf 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,10 @@ moodle-theme_boost_campus
 Changes
 -------
 
+### Unreleased
+
+* 2020-08-27 - Fixed regression for commit Added rule to show description border for all users for restricted activities.
+
 ### Release v3.8-r3
 
 * 2020-08-26 - Removed nasty hack in Behat tests as it is not needed anymore.
diff --git a/scss/post.scss b/scss/post.scss
index b8d58f694f445f8f92b97eb81dda1ea71473ce50..c0c39c77354ccebf89e326880c311a71bff52ada 100644
--- a/scss/post.scss
+++ b/scss/post.scss
@@ -478,7 +478,7 @@ body.loginbackgroundimage #page {
         }
         /* Add border to description text for restricted activities and show it also to students.
            This is needed because the classes for teachers and students differ. */
-        .section .contentwithoutlink {
+        .section li:not(.label) .contentwithoutlink {
             border-left: 2px solid $gray-light;
             padding-left: 10px;
             font-size: .9rem;