focus fix 2

This commit is contained in:
Raphael Goetter 2017-08-01 22:09:16 +02:00
parent 85e1cefdee
commit 802dc55cc9
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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;