mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:01:04 +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;
|
||||
}
|
||||
}
|
||||
|
||||
/* 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