Skip to content
Snippets Groups Projects
Commit a2632d49 authored by Alexander Bias's avatar Alexander Bias
Browse files

Bugfix: Fixed another regression when showing description border for restricted activities.

parent f8e32b2a
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ moodle-theme_boost_campus ...@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes Changes
------- -------
### Unreleased
* 2020-11-18 - Bugfix: Fixed another regression when showing description border for restricted activities.
### Release v3.9-r2 ### Release v3.9-r2
* 2020-11-17 - Bugfix: Dashboard columns did not collapse correctly when blockcolumnwidthdashboard != blockcolumnwidth. * 2020-11-17 - Bugfix: Dashboard columns did not collapse correctly when blockcolumnwidthdashboard != blockcolumnwidth.
......
...@@ -507,7 +507,7 @@ body.loginbackgroundimage #page { ...@@ -507,7 +507,7 @@ body.loginbackgroundimage #page {
} }
/* Add border to description text for restricted activities and show it also to students. /* 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. */ This is needed because the classes for teachers and students differ. */
.section li:not(.label) .contentwithoutlink { .section li:not(.label) .contentwithoutlink:not(:empty) {
border-left: 2px solid $gray-light; border-left: 2px solid $gray-light;
padding-left: 10px; padding-left: 10px;
font-size: .9rem; font-size: .9rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment