Use class=hidden instead of inline style display:none.

master
voussoir 2020-09-09 13:13:38 -07:00
parent edca32e81c
commit 71e87f83f7
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
</ul>
</div>
{% endfor %}
<div id="search_builder_expression" {% if not search_kwargs["tag_expression"]%}style="display:none"{%endif%}>
<div id="search_builder_expression" {% if not search_kwargs["tag_expression"]%}class="hidden"{%endif%}>
<span>Tag Expression:</span>
<input id="search_builder_expression_input" name="tag_expression" type="text"
value="{{search_kwargs['tag_expression'] or ''}}"