Skip to content
Snippets Groups Projects
Commit 4ee4cc2c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '552-metager-navigationsleiste-dropdowns-schoner-machen' into 'development'

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

Closes #552

See merge request !992
parents 7581e2bd 30f2af0e
No related branches found
No related tags found
3 merge requests!996Development,!992Die alten Animationen sollten jetzt raus sein, ich konnte den Fehler leider nicht reproduzieren,!987Development
......@@ -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