AC-472 removing outline from main

This commit is contained in:
Chris Rodriguez
2016-06-14 09:28:36 -04:00
parent b8fbab67d4
commit fbcf334a67

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;