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

@ -2132,6 +2132,10 @@ button:focus {
background-color: transparent;
}
.nav-button:focus {
outline: 0;
}
.nav-button.is-active > * {
background-image: none;
-webkit-box-pack: center;

File diff suppressed because one or more lines are too long

View File

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