Skip to content

Commit

Permalink
Merge pull request mmistakes#2674 from migupry:master
Browse files Browse the repository at this point in the history
Greedy-nav fix
  • Loading branch information
mmistakes committed Oct 28, 2020
2 parents c398b7c + e771322 commit 8273a2a
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 19 deletions.
7 changes: 7 additions & 0 deletions _sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@
margin: 0 1rem;
color: $masthead-link-color;
text-decoration: none;
-webkit-transition: none;
transition: none;

&:hover {
color: $masthead-link-color-hover;
Expand All @@ -198,6 +200,11 @@
margin-left: 0;
}
}

img{
-webkit-transition: none;
transition: none;
}

&__toggle {
-ms-flex-item-align: center;
Expand Down
Loading

0 comments on commit 8273a2a

Please sign in to comment.