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
GitLab 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
Expand sidebar
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
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
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
scss/post.scss
+
7
−
2
View file @ dd9bad73
Edit in single-file editor
Open in Web IDE
Show full file
@@ -175,6 +175,10 @@ input[type="checkbox"] {
}
}
&
:hover
{
background-color
:
$list-group-hover-bg
;
}
&
[
data-key
^=
"localboostnavigationcustombottomusers"
],
&
[
data-key
^=
"localboostnavigationcustombottomadmins"
]
{
margin-top
:
0
;
@@ -453,9 +457,10 @@ Textseite
.generalbox
p
,
#intro
,
.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
;
border-bottom
:
1px
solid
$hsh-accent
;
Loading