Add hover state

This commit is contained in:
Michael Rose 2018-11-25 22:17:23 -05:00
parent edaf61b3ef
commit 5a68b46e5a

View file

@ -366,6 +366,14 @@ body:hover .visually-hidden button {
}
}
.greedy-nav__toggle:hover {
.navicon,
.navicon:before,
.navicon:after {
background: mix(#000, $primary-color, 25%);
}
}
/*
Sticky, fixed to top content
========================================================================== */