Removing the focus outline for the main container in LMS

This commit is contained in:
Chris Rodriguez
2016-04-27 14:32:37 -04:00
parent 19b9242986
commit 746cae2c9a

View File

@@ -47,6 +47,11 @@ body, h1, h2, h3, h4, h5, h6, p, label {
font-family: $sans-serif;
}
// we want to hide the outline on the focusable <main> element
main {
outline: none;
}
table {
table-layout: fixed;
}