Fix subtitle scroll and hide subtitle transition
This commit is contained in:
@@ -368,7 +368,6 @@ section.course-content {
|
||||
cursor: pointer;
|
||||
margin-bottom: 8px;
|
||||
padding: 0;
|
||||
@include transition(all, .5s, ease-in);
|
||||
|
||||
&.current {
|
||||
color: #333;
|
||||
@@ -393,7 +392,6 @@ section.course-content {
|
||||
}
|
||||
|
||||
ol.subtitles {
|
||||
height: 0;
|
||||
width: 0px;
|
||||
}
|
||||
}
|
||||
@@ -415,7 +413,6 @@ section.course-content {
|
||||
|
||||
&.closed {
|
||||
ol.subtitles {
|
||||
height: auto;
|
||||
right: -(flex-grid(4));
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user