Commit ab569feb by Chris Rodriguez

Removing focus outline from menus

parent 60e6d80c
......@@ -61,6 +61,12 @@
border-bottom: 1px solid $shadow-l1;
background: $white;
&:focus {
// we don't need the blue glow to be here at this point
// although focus is sent for correct keyboard/a11y
outline: none;
}
.chapter-menu {
padding: 0 ($baseline*.75);
background: inherit;
......
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