focus fix 2
This commit is contained in:
parent
85e1cefdee
commit
802dc55cc9
3 changed files with 5 additions and 5 deletions
|
@ -2312,11 +2312,11 @@ button:focus {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs-menu-link:hover {
|
.tabs-menu-link:hover, .tabs-menu-link:focus {
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs-menu-link.is-active, .tabs-menu-link:focus {
|
.tabs-menu-link.is-active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -25,11 +25,11 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: .25s background-color;
|
transition: .25s background-color;
|
||||||
|
|
||||||
&:hover {
|
&:hover, &:focus {
|
||||||
color: $color-forms;
|
color: $color-forms;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-active, &:focus {
|
&.is-active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: $color-forms;
|
background-color: $color-forms;
|
||||||
|
|
Loading…
Reference in a new issue