mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
[Search] Shorter menu transition
This commit is contained in:
parent
aa67489404
commit
5e3caf6252
@ -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;
|
||||
|
@ -154,7 +154,7 @@
|
||||
|
||||
z-index: 9;
|
||||
|
||||
transition: visibility .11s, opacity .11s;
|
||||
transition: visibility .08s, opacity .08s;
|
||||
|
||||
&.off {
|
||||
visibility: hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user