Commit c380bd82 by Prem Sichanugrist

Fix subtitle scroll and hide subtitle transition

parent 6f9870f7
...@@ -368,7 +368,6 @@ section.course-content { ...@@ -368,7 +368,6 @@ section.course-content {
cursor: pointer; cursor: pointer;
margin-bottom: 8px; margin-bottom: 8px;
padding: 0; padding: 0;
@include transition(all, .5s, ease-in);
&.current { &.current {
color: #333; color: #333;
...@@ -393,7 +392,6 @@ section.course-content { ...@@ -393,7 +392,6 @@ section.course-content {
} }
ol.subtitles { ol.subtitles {
height: 0;
width: 0px; width: 0px;
} }
} }
...@@ -415,7 +413,6 @@ section.course-content { ...@@ -415,7 +413,6 @@ section.course-content {
&.closed { &.closed {
ol.subtitles { ol.subtitles {
height: auto;
right: -(flex-grid(4)); right: -(flex-grid(4));
width: auto; width: auto;
} }
......
Markdown is supported
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