Skip to content

Commit

Permalink
Add hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Nov 26, 2018
1 parent edaf61b commit 5a68b46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/minimal-mistakes/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================================================================== */
Expand Down

0 comments on commit 5a68b46

Please sign in to comment.