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
Merge requests
!3
Resolve "Missing link styling for glossary entries"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Missing link styling for glossary entries"
3-missing-link-styling-for-glossary-entries
into
main
Overview
0
Commits
2
Changes
2
Merged
Julian Tolstich
requested to merge
3-missing-link-styling-for-glossary-entries
into
main
3 years ago
Overview
0
Commits
2
Changes
2
Expand
Closes
#3 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
dd9bad73
2 commits,
3 years ago
2 files
+
8
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
scss/post.scss
+
7
−
2
Options
@@ -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
;
Loading