Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
a2632d49
Commit
a2632d49
authored
4 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
scss/post.scss
+1
-1
1 addition, 1 deletion
scss/post.scss
with
5 additions
and
1 deletion
CHANGES.md
+
4
−
0
View file @
a2632d49
...
...
@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
*
2020-11-18 - Bugfix: Fixed another regression when showing description border for restricted activities.
### Release v3.9-r2
*
2020-11-17 - Bugfix: Dashboard columns did not collapse correctly when blockcolumnwidthdashboard != blockcolumnwidth.
...
...
This diff is collapsed.
Click to expand it.
scss/post.scss
+
1
−
1
View file @
a2632d49
...
...
@@ -507,7 +507,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
li
:not
(
.label
)
.contentwithoutlink
{
.section
li
:not
(
.label
)
.contentwithoutlink
:not
(
:empty
)
{
border-left
:
2px
solid
$gray-light
;
padding-left
:
10px
;
font-size
:
.9rem
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment