Commit 3c461f7a by Giulio Gratta

reverts to browser default focus state and reenables the open_close_accordion feature

parent 1bb71a86
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment