mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 18:37:05 +08:00
menu: avoid menu animation on page load in IE #180
This commit is contained in:
parent
797042dee9
commit
4f28e6af83
@ -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…
x
Reference in New Issue
Block a user