Skip to content
Snippets Groups Projects
Commit dc95ac47 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Fixed small bug in boostnavigation SCSS code.

parent 43797040
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
* 2018-02-27 - Fixed small bug in boostnavigation SCSS code.
### Release v3.4-r2
* 2018-02-27 - Correction to README.md due to the changes for the nav drawer design changes.
......
......@@ -864,7 +864,8 @@ a[href^="mailto"]::before {
#nav-drawer {
/* Remove border of child nodes which should appear as one block. */
.list-group-item[data-key^="localboostnavigationactivity"],
.list-group-item[data-parent-key^="localboostnavigationcustom"] {
.list-group-item[data-parent-key^="localboostnavigationcustom"],
.list-group-item[data-key="localboostnavigationcoursesections"][data-collapse="0"] + .list-group-item[href$="#section-0"] {
border-top: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment