mirror of
https://github.com/nasa/openmct.git
synced 2025-04-12 13:47:55 +00:00
[Search] Shorter menu transition
This commit is contained in:
parent
2ef0c2a8cb
commit
7b4934ec55
@ -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;
|
||||
|
@ -154,7 +154,7 @@
|
||||
|
||||
z-index: 9;
|
||||
|
||||
transition: visibility .08s, opacity .08s;
|
||||
transition: visibility .05s, opacity .05s;
|
||||
|
||||
&.off {
|
||||
visibility: hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user