Skip to content
Snippets Groups Projects
Commit 8cf5e8a5 authored by Julian Tolstich's avatar Julian Tolstich
Browse files

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!3Resolve "Missing link styling for glossary entries"
...@@ -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;
......
...@@ -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 = 2021010902; $plugin->version = 2021010903;
$plugin->release = 'v3.10-r2'; $plugin->release = 'v3.10-r2';
$plugin->requires = 2020110900; $plugin->requires = 2020110900;
$plugin->supported = [310, 310]; $plugin->supported = [310, 310];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment