From 3ad0a0073b13392011f9b3b4524c070381224b37 Mon Sep 17 00:00:00 2001 From: Matjaz Gregoric Date: Mon, 15 Feb 2016 08:41:51 +0100 Subject: [PATCH] Remove course about 'Overview' link/tab. It looks like in the past there used to be several tabs on the course about page, but the other tabs have been commented out years ago. Having a single tab is pointless and confusing, so remove it. --- .../sass/multicourse/_course_about.scss | 35 ------------------- lms/templates/courseware/course_about.html | 9 ----- 2 files changed, 44 deletions(-) diff --git a/lms/static/sass/multicourse/_course_about.scss b/lms/static/sass/multicourse/_course_about.scss index 419dadb2d2..476a705242 100644 --- a/lms/static/sass/multicourse/_course_about.scss +++ b/lms/static/sass/multicourse/_course_about.scss @@ -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 { diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html index 26fc56afd2..1e5071df67 100644 --- a/lms/templates/courseware/course_about.html +++ b/lms/templates/courseware/course_about.html @@ -193,15 +193,6 @@ from openedx.core.lib.courses import course_image_url % endif - -
${get_course_about_section(request, course, "overview")}