Skip to content
Snippets Groups Projects
Commit c92890f2 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Die alten Animationen sollten jetzt raus sein, ich konnte den Fehler leider nicht reproduzieren

parent dfd39646
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -106,16 +106,6 @@ ul.metager-dropdown-menu {
background-clip: padding-box;
max-height: 0px;
overflow: hidden;
-webkit-transition: max-height 1s ease, padding 1s ease;
-moz-transition: max-height 1s ease, padding 1s ease;
-ms-transition: max-height 1s ease, padding 1s ease;
-o-transition: max-height 1s ease, padding 1s ease;
transition: max-height 1s ease, padding 1s ease;
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-ms-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
&>li>a {
display: block;
padding: 3px 20px;
......@@ -220,7 +210,6 @@ ul.metager-dropdown-menu {
width: 100%;
max-height: 40px;
overflow: hidden;
transition: max-height 1s ease;
}
#metager-static-nav-list:target {
max-height: 1000px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment