Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
5e663bcd
Commit
5e663bcd
authored
Jul 10, 2017
by
Dominik Hebeler
Browse files
Kleinere Verzögerung in das Öffnen der Menüs eingebaut
Außerdem habe ich die -moz- etc. transitions eingefügt
parent
4e2f6701
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/static-pages.less
View file @
5e663bcd
...
...
@@ -106,7 +106,16 @@ ul.metager-dropdown-menu {
background-clip: padding-box;
max-height: 0px;
overflow: hidden;
transition: max-height 1s ease;
-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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment