[Search] Shorter menu transition

This commit is contained in:
slhale 2015-08-17 10:33:26 -07:00
parent 2ef0c2a8cb
commit 7b4934ec55
2 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@ ul.tree {
margin-top: 17px;
left: -50px;
z-index: 9;
transition: visibility .08s, opacity .08s; }
transition: visibility .05s, opacity .05s; }
/* line 159, ../sass/search/_search.scss */
.search-holder .search .search-bar .search-menu-holder.off {
visibility: hidden;

View File

@ -154,7 +154,7 @@
z-index: 9;
transition: visibility .08s, opacity .08s;
transition: visibility .05s, opacity .05s;
&.off {
visibility: hidden;