reverts to browser default focus state and reenables the open_close_accordion feature

This commit is contained in:
Giulio Gratta
2013-07-01 14:32:06 -07:00
parent 1bb71a8621
commit 3c461f7a94
2 changed files with 6 additions and 2 deletions

View File

@@ -85,7 +85,11 @@ a:link, a:visited {
}
a:focus {
outline: 3px groove $black;
/**
* Add general focus styling here
* for example:
* outline: 3px groove $black;
**/
}
.content-wrapper {

View File

@@ -5,7 +5,7 @@ section.course-index {
border-right: 1px solid $border-color-2;
#open_close_accordion {
//display: none;
display: none;
}
header {