Merge pull request #11547 from open-craft/remove-course-about-nav
Remove course about 'Overview' link/tab.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -210,15 +210,6 @@ from openedx.core.lib.courses import course_image_url
|
||||
</div>
|
||||
% 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">
|
||||
${get_course_about_section(request, course, "overview")}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user