tabs focus fix
This commit is contained in:
parent
a363be0dfb
commit
85e1cefdee
3 changed files with 7 additions and 7 deletions
|
@ -25,12 +25,12 @@
|
|||
text-decoration: none;
|
||||
transition: .25s background-color;
|
||||
|
||||
&:focus, &:hover {
|
||||
outline: 0;
|
||||
&:hover {
|
||||
color: $color-forms;
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
&.is-active, &:focus {
|
||||
outline: 0;
|
||||
color: #fff;
|
||||
background-color: $color-forms;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue