Commit cb1bfa53 by Chris Rodriguez

Adding outline styles (none) to the sr focus div

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