mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
menu: avoid menu animation on page load in IE #180
This commit is contained in:
parent
797042dee9
commit
4f28e6af83
1 changed files with 8 additions and 0 deletions
|
@ -1445,3 +1445,11 @@ h6 a {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* turn off animiation in IE because this causes the menu
|
||||||
|
to move in from the left on every page load */
|
||||||
|
@media all and (-ms-high-contrast:none) {
|
||||||
|
.default-animation{
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue