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
Loading…
Add table
Add a link
Reference in a new issue