added css changes, modified jquery.greedy-navigation and built the main.min.js again
This commit is contained in:
@ -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;
|
||||
@ -198,6 +200,11 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
img{
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
&__toggle {
|
||||
-ms-flex-item-align: center;
|
||||
|
Reference in New Issue
Block a user