nav button :focus fix
This commit is contained in:
parent
d5bb107788
commit
fce8bfc3f4
3 changed files with 9 additions and 1 deletions
|
@ -2132,6 +2132,10 @@ button:focus {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-button:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-button.is-active > * {
|
.nav-button.is-active > * {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
-webkit-box-pack: center;
|
-webkit-box-pack: center;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -136,6 +136,10 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.is-active {
|
&.is-active {
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
|
|
Loading…
Reference in a new issue