Skip to content
Snippets Groups Projects
Verified Commit 78f9ead1 authored by Julian's avatar Julian Committed by Jonathan Weth
Browse files

Hide the search loader using external CSS

(cherry picked from commit 6adf8e4b)
parent 1d3b25e9
No related branches found
No related tags found
1 merge request!691Prepare release 2.0rc3
......@@ -195,6 +195,7 @@ a.collection-item.search-item {
div#search-loader {
margin: 0.5rem 0 0 0;
display: none;
}
div#search-results {
......
......@@ -84,7 +84,7 @@
<button class="btn btn-flat search-button" type="submit" aria-label="{% trans "Search" %}">
<i class="material-icons">search</i>
</button>
<div class="progress" style="display: none;" id="search-loader"><div class="indeterminate"></div></div>
<div class="progress" id="search-loader"><div class="indeterminate"></div></div>
</div>
</form>
</li>
......
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