Removing focus outline from menus

This commit is contained in:
Chris Rodriguez
2015-08-28 09:30:29 -04:00
parent 60e6d80c19
commit ab569feba5

View File

@@ -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;