reverts to browser default focus state and reenables the open_close_accordion feature
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -5,7 +5,7 @@ section.course-index {
|
||||
border-right: 1px solid $border-color-2;
|
||||
|
||||
#open_close_accordion {
|
||||
//display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
header {
|
||||
|
||||
Reference in New Issue
Block a user