mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
[Search] Shorter menu transition
This commit is contained in:
parent
2ef0c2a8cb
commit
7b4934ec55
@ -360,7 +360,7 @@ ul.tree {
|
|||||||
margin-top: 17px;
|
margin-top: 17px;
|
||||||
left: -50px;
|
left: -50px;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
transition: visibility .08s, opacity .08s; }
|
transition: visibility .05s, opacity .05s; }
|
||||||
/* line 159, ../sass/search/_search.scss */
|
/* line 159, ../sass/search/_search.scss */
|
||||||
.search-holder .search .search-bar .search-menu-holder.off {
|
.search-holder .search .search-bar .search-menu-holder.off {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
@ -154,7 +154,7 @@
|
|||||||
|
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
|
|
||||||
transition: visibility .08s, opacity .08s;
|
transition: visibility .05s, opacity .05s;
|
||||||
|
|
||||||
&.off {
|
&.off {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user