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

Improved SCSS search for competencies node in the nav drawer.

parent eaff45c5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-02-08 - Improved SCSS search for competencies node in the nav drawer.
* 2018-02-08 - Harmonise HTML structure of the nav drawer regarding to media spans.
* 2018-02-08 - Removed backport of MDL-59425 because this code is integrated into core.
* 2018-02-08 - Added newly introduced Boost core setting to upload a background image.
......
......@@ -239,7 +239,7 @@ body.loginbackgroundimage {
.list-group-item[data-key|=participants],
.list-group-item[data-key|=badgesview],
.list-group-item[data-key|=grades],
.list-group-item[href*="coursecompetencies"] {
.list-group-item[data-key|=competencies] {
@include navdrawer-node-separator(child);
}
......@@ -253,7 +253,7 @@ body.loginbackgroundimage {
.list-group-item[data-key|=grades] span.media-left > img {
content: url([[pix:i/grades]]);
}
.list-group-item[href*="coursecompetencies"] span.media-left > img {
.list-group-item[data-key|=competencies] span.media-left > img {
content: url([[pix:i/user]]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment