Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus_child
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_child
Commits
8cf5e8a5
Commit
8cf5e8a5
authored
3 years ago
by
Julian Tolstich
Browse files
Options
Downloads
Plain Diff
Merge branch '3-missing-link-styling-for-glossary-entries' into 'main'
Resolve "Missing link styling for glossary entries" Closes
#3
See merge request
!3
parents
99721a50
dd9bad73
Branches
main
No related tags found
1 merge request
!3
Resolve "Missing link styling for glossary entries"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/post.scss
+7
-2
7 additions, 2 deletions
scss/post.scss
version.php
+1
-1
1 addition, 1 deletion
version.php
with
8 additions
and
3 deletions
scss/post.scss
+
7
−
2
View file @
8cf5e8a5
...
@@ -175,6 +175,10 @@ input[type="checkbox"] {
...
@@ -175,6 +175,10 @@ input[type="checkbox"] {
}
}
}
}
&
:hover
{
background-color
:
$list-group-hover-bg
;
}
&
[
data-key
^=
"localboostnavigationcustombottomusers"
],
&
[
data-key
^=
"localboostnavigationcustombottomusers"
],
&
[
data-key
^=
"localboostnavigationcustombottomadmins"
]
{
&
[
data-key
^=
"localboostnavigationcustombottomadmins"
]
{
margin-top
:
0
;
margin-top
:
0
;
...
@@ -453,9 +457,10 @@ Textseite
...
@@ -453,9 +457,10 @@ Textseite
.generalbox
p
,
.generalbox
p
,
#intro
,
#intro
,
.block_myoverview
.course-listitem
,
.block_myoverview
.course-listitem
,
.block_course_overview_campus
.coursebox
h3
.block_course_overview_campus
.coursebox
h3
,
.glossarypost
{
{
a
:not
(
.btn
)
{
a
:not
(
.btn
)
:not
(
.icon
)
{
color
:
$primary
;
color
:
$primary
;
border-bottom
:
1px
solid
$hsh-accent
;
border-bottom
:
1px
solid
$hsh-accent
;
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
8cf5e8a5
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'theme_boost_campus_child'
;
$plugin
->
component
=
'theme_boost_campus_child'
;
$plugin
->
version
=
202101090
2
;
$plugin
->
version
=
202101090
3
;
$plugin
->
release
=
'v3.10-r2'
;
$plugin
->
release
=
'v3.10-r2'
;
$plugin
->
requires
=
2020110900
;
$plugin
->
requires
=
2020110900
;
$plugin
->
supported
=
[
310
,
310
];
$plugin
->
supported
=
[
310
,
310
];
...
...
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