Skip to content
Snippets Groups Projects
Unverified Commit 296efb70 authored by Manuel Leduc's avatar Manuel Leduc Committed by GitHub
Browse files

XWIKI-22148: The search results are not hidden when the focus moves out of the...

XWIKI-22148: The search results are not hidden when the focus moves out of the quick search field (#3103)
parent 99e3b468
No related branches found
No related tags found
No related merge requests found
...@@ -146,6 +146,12 @@ ...@@ -146,6 +146,12 @@
width: 0; width: 0;
padding: 0; padding: 0;
} }
// Hides the search result when the focus is not on the search field.
& ~ .searchSuggest {
opacity: 0;
max-height: 0;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment