Skip to content
Snippets Groups Projects
Commit 2d7e36b4 authored by Galen Frechette's avatar Galen Frechette
Browse files

improves communication of current selection in the courseware index sidebar

parent 2b4437c9
No related merge requests found
......@@ -2970,7 +2970,8 @@ section.course-index div#accordion ul.ui-accordion-content {
border: none;
border-bottom: 1px solid #c3c3c3;
font-size: 12px;
margin: 0; }
margin: 0;
padding: 1em 1.5em; }
section.course-index div#accordion ul.ui-accordion-content li {
background: transparent;
border: 1px solid transparent;
......
......@@ -28,7 +28,6 @@ section.course-index {
&.ui-state-active {
@include background-image(linear-gradient(-90deg, rgb(245,245,245), rgb(225,225,225)));
@extend .active;
//@include box-shadow(0 1px 3px 0 rgba(0,0,0, 0.15));
}
}
}
......@@ -41,6 +40,7 @@ section.course-index {
border-bottom: 1px solid #c3c3c3;
font-size: 12px;
margin: 0;
padding: 1em 1.5em;
li {
background: transparent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment