summaryrefslogtreecommitdiff
path: root/app/views/layouts/_search.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-24 16:40:46 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-24 16:40:46 -0500
commit80766821b24cc13a6ce054f5b0c996bebccc4121 (patch)
treea930e81665bb24b4798906c59c1ce065099a5dbf /app/views/layouts/_search.html.haml
parentfe60886aa279d3031d1fe8ac596ba5fd4178b451 (diff)
downloadgitlab-ce-80766821b24cc13a6ce054f5b0c996bebccc4121.tar.gz
Revert .hide to .d-none conversion
Diffstat (limited to 'app/views/layouts/_search.html.haml')
-rw-r--r--app/views/layouts/_search.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_search.html.haml b/app/views/layouts/_search.html.haml
index fa9627bc2b8..91f796adb2e 100644
--- a/app/views/layouts/_search.html.haml
+++ b/app/views/layouts/_search.html.haml
@@ -52,4 +52,4 @@
= hidden_field_tag :snippets, true
= hidden_field_tag :repository_ref, @ref
= button_tag 'Go' if ENV['RAILS_ENV'] == 'test'
- .search-autocomplete-opts.d-none{ :'data-autocomplete-path' => search_autocomplete_path, :'data-autocomplete-project-id' => @project.try(:id), :'data-autocomplete-project-ref' => @ref }
+ .search-autocomplete-opts.hide{ :'data-autocomplete-path' => search_autocomplete_path, :'data-autocomplete-project-id' => @project.try(:id), :'data-autocomplete-project-ref' => @ref }