From 383b68136a507047251035d48d3afa2c5f763e14 Mon Sep 17 00:00:00 2001 From: Tim Schroeder <t.schroeder@itc.rwth-aachen.de> Date: Mon, 17 Jun 2019 17:57:07 +0200 Subject: [PATCH] removed border between course sections in nav dra- wer also when in topics format and showing one section per page --- scss/post.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/post.scss b/scss/post.scss index f66cdac..6b769cd 100644 --- a/scss/post.scss +++ b/scss/post.scss @@ -320,7 +320,8 @@ body.loginbackgroundimage #page { /* Remove border of child nodes which should appear as one block. */ .list-group-item[data-parent-key="mycourses"], - .list-group-item[href*="#section-"]:not([href*="#section-0"]) { + .list-group-item[href*="#section-"]:not([href*="#section-0"]), + .list-group-item[href*="§ion="]:not([href*="§ion=0"]) { border-top: none; } } -- GitLab