Fix brand color change on focus

This commit is contained in:
Luca Chiricozzi 2015-11-23 18:29:59 +01:00
parent 3c7a22296f
commit dc630d6b36
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ a {
color: white;
text-decoration: none;
&:hover {
&:hover, &:focus {
color: white;
}

View File

@ -76,7 +76,7 @@ a {
padding-left: 0;
color: white;
text-decoration: none; }
.mg-brand:hover {
.mg-brand:hover, .mg-brand:focus {
color: white; }
@media (max-width: 767px) {
.mg-brand {