Commit 8b068d94 by Chris Rodriguez Committed by Clinton Blackburn

Removing the focus outline for the main container in LMS

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