Skip to content
Snippets Groups Projects
Unverified Commit 0768acbf authored by Adam Butterworth's avatar Adam Butterworth Committed by GitHub
Browse files

Remove pattern library of course_experience/course-outline-fragment.html (#24044)

parents 078dcc42 941a93f5
Branches
Tags release-2020-06-18-04.55
No related merge requests found
......@@ -408,6 +408,16 @@
}
}
}
.fa-chevron-right {
transform: rotateY(0deg) #{"/*rtl: rotateY(180deg)*/"};
font-size: inherit;
&.fa-rotate-90 {
transform: rotate(90deg) #{"/*rtl: rotate(90deg)*/"};
font-size: inherit;
}
}
}
#expand-collapse-outline-all-button {
......
......@@ -47,6 +47,7 @@ class CourseOutlineFragmentView(EdxFragmentView):
"""
Course outline fragment to be shown in the unified course view.
"""
_uses_pattern_library = False
def render_to_fragment(self, request, course_id, user_is_enrolled=True, **kwargs): # pylint: disable=arguments-differ
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment