Commit 6c1f7095 by Matjaz Gregoric

Merge pull request #11547 from open-craft/remove-course-about-nav

Remove course about 'Overview' link/tab.
parents 770a45b7 3ad0a007
...@@ -260,41 +260,6 @@ ...@@ -260,41 +260,6 @@
} }
} }
} }
nav {
border-bottom: 1px solid $border-color-2;
@include box-sizing(border-box);
@include clearfix();
margin: 40px 0;
width: flex-grid(12);
&::after {
@extend %faded-hr-divider;
content: "";
display: none;
}
a {
border-bottom: 3px solid transparent;
color: $lighter-base-font-color;
display: inline-block;
letter-spacing: 1px;
margin: 0 15px;
padding: 0px 5px 15px;
text-align: center;
text-transform: lowercase;
&:first-child {
margin-left: 0px;
}
&:hover, &:active, &:focus {
border-color: $border-color-2;
color: $base-font-color;
text-decoration: none;
}
}
}
} }
.details { .details {
......
...@@ -210,15 +210,6 @@ from openedx.core.lib.courses import course_image_url ...@@ -210,15 +210,6 @@ from openedx.core.lib.courses import course_image_url
</div> </div>
% endif % endif
<nav aria-label="${_('Course About')}">
<a href="#" class="active">${_("Overview")}</a>
## <a href="#">${_("FAQ")}</a>
## <a href="#">${_("Requirements")}</a>
## <a href="#">${_("Text-book")}</a>
## <a href="#">${_("Syllabus")}</a>
## <a href="#">${_("Reviews")}</a>
</nav>
<div class="inner-wrapper"> <div class="inner-wrapper">
${get_course_about_section(request, course, "overview")} ${get_course_about_section(request, course, "overview")}
</div> </div>
......
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