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

AC-472 removing outline from main
This commit is contained in:
Chris
2016-06-14 15:49:15 -04:00
committed by GitHub

View File

@@ -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;