Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
0768acbf
Unverified
Commit
0768acbf
authored
4 years ago
by
Adam Butterworth
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Remove pattern library of course_experience/course-outline-fragment.html (#24044)
parents
078dcc42
941a93f5
Branches
Branches containing commit
Tags
release-2020-06-18-04.55
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/static/sass/features/_course-experience.scss
+10
-0
10 additions, 0 deletions
lms/static/sass/features/_course-experience.scss
openedx/features/course_experience/views/course_outline.py
+1
-0
1 addition, 0 deletions
openedx/features/course_experience/views/course_outline.py
with
11 additions
and
0 deletions
lms/static/sass/features/_course-experience.scss
+
10
−
0
View file @
0768acbf
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
openedx/features/course_experience/views/course_outline.py
+
1
−
0
View file @
0768acbf
...
...
@@ -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
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment