Fix closed navicon on hover

This commit is contained in:
Michael Rose 2018-11-26 08:14:40 -05:00
parent 83aa6ecb98
commit b689af7eea

View file

@ -372,6 +372,12 @@ body:hover .visually-hidden button {
.navicon:after {
background: mix(#000, $primary-color, 25%);
}
&.close {
.navicon {
background: transparent;
}
}
}
/*