Commit 142eb42e by Chris Committed by GitHub

Merge pull request #12745 from edx/clrux/ac-472

AC-472 removing outline from main
parents 147bb014 fbcf334a
......@@ -36,6 +36,11 @@ body, input, button {
font-family: 'Open Sans', sans-serif;
}
// we want to hide the outline on the focusable <main> element
main {
outline: none;
}
a {
@include transition(color $tmg-f2 ease-in-out 0s);
text-decoration: none;
......
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