mirror of
https://github.com/nasa/openmct.git
synced 2025-06-24 02:04:02 +00:00
[Search] Empty search resets results
When there is no input into the search bar no results are displayed/displayed results are removed. This is because the search providers were changed to return empty arrays for empty search strings.
This commit is contained in:
@ -272,9 +272,9 @@ ul.tree {
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/* line 27, ../sass/search/_search.scss */
|
||||
.search .searchbar {
|
||||
.search .search-input {
|
||||
width: 100%;
|
||||
margin-top: 20px; }
|
||||
margin-top: 10px; }
|
||||
/* line 32, ../sass/search/_search.scss */
|
||||
.search .results {
|
||||
margin-top: 10px; }
|
||||
|
Reference in New Issue
Block a user