Commit fbcf334a by Chris Rodriguez

AC-472 removing outline from main

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