nav button :focus fix

This commit is contained in:
Raphael Goetter 2017-10-31 12:33:55 +01:00
parent d5bb107788
commit fce8bfc3f4
3 changed files with 9 additions and 1 deletions

View file

@ -136,6 +136,10 @@ button {
}
}
&:focus {
outline: 0;
}
&.is-active {
& > * {