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;
|
||||
}
|
||||
|
||||
.tabs-menu-link.is-active, .tabs-menu-link:focus {
|
||||
.tabs-menu-link.is-active {
|
||||
outline: 0;
|
||||
color: #fff;
|
||||
background-color: #777;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -25,11 +25,11 @@
|
|||
text-decoration: none;
|
||||
transition: .25s background-color;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
color: $color-forms;
|
||||
}
|
||||
|
||||
&.is-active, &:focus {
|
||||
&.is-active {
|
||||
outline: 0;
|
||||
color: #fff;
|
||||
background-color: $color-forms;
|
||||
|
|
Loading…
Reference in a new issue