Skip to content
Snippets Groups Projects
Commit 3d4f3777 authored by uhensler's avatar uhensler
Browse files

OO-4361: Hide path of last course node even if is unordered sequence

parent 54d8de6f
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
/* Nodes that are not in a sequence have different path rendering */ /* Nodes that are not in a sequence have different path rendering */
li.o_lp_not_in_sequence:not(:last-child):not(.o_last_node):before, li.o_lp_not_in_sequence:not(:last-child):not(.o_last_node):before,
li.o_lp_contains_no_sequence.children_visible:not(.o_last_node):before, li.o_lp_contains_no_sequence.children_visible:not(.o_last_node):before,
li.o_lp_contains_no_sequence.children_visible:not(.o_last_node) li.o_lp_not_in_sequence:before{ li.o_lp_contains_no_sequence.children_visible:not(.o_last_node) li.o_lp_not_in_sequence:not(.o_last_node):before {
border-left: $o-lp-path-width solid $o-lp-default; border-left: $o-lp-path-width solid $o-lp-default;
} }
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment