Skip to content
Snippets Groups Projects
Commit cb1bfa53 authored by Chris Rodriguez's avatar Chris Rodriguez
Browse files

Adding outline styles (none) to the sr focus div

parent 0b5d0b29
No related merge requests found
......@@ -60,6 +60,12 @@ div.course-wrapper {
}
}
#sr-is-focusable,
#sr-is-focusable:focus,
#sr-is-focusable:active {
outline: none;
}
.sequential-status-message {
margin-bottom: $baseline;
background-color: $gray-l5;
......
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