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

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