[Search] Shorter menu transition

This commit is contained in:
slhale 2015-08-14 16:34:13 -07:00
parent aa67489404
commit 5e3caf6252
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 .11s, opacity .11s; }
transition: visibility .08s, opacity .08s; }
/* 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 .11s, opacity .11s;
transition: visibility .08s, opacity .08s;
&.off {
visibility: hidden;