Add hover state
This commit is contained in:
parent
edaf61b3ef
commit
5a68b46e5a
1 changed files with 8 additions and 0 deletions
|
@ -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
|
Sticky, fixed to top content
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
Loading…
Reference in a new issue