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

This commit is contained in:
Adam Butterworth
2020-06-18 09:14:38 -04:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -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 {

View File

@@ -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
"""