summaryrefslogtreecommitdiff
path: root/app/views/layouts/_search.html.haml
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-25 01:02:22 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-25 01:55:46 -0500
commit9d51f86694458cfbad3d4e92da7f3797947e5f55 (patch)
tree0e4cd6ee296b77b1e3e17aa29201322217713c09 /app/views/layouts/_search.html.haml
parent8e53cf94e63c5c48f07cb9cd4ce89e2c7dae7ab4 (diff)
downloadgitlab-ce-9d51f86694458cfbad3d4e92da7f3797947e5f55.tar.gz
Makes autocomplete dropdown look the same as others
Diffstat (limited to 'app/views/layouts/_search.html.haml')
-rw-r--r--app/views/layouts/_search.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/layouts/_search.html.haml b/app/views/layouts/_search.html.haml
index a7783365814..9d4ab9847a8 100644
--- a/app/views/layouts/_search.html.haml
+++ b/app/views/layouts/_search.html.haml
@@ -16,9 +16,10 @@
= search_field_tag "search", nil, placeholder: 'Search', class: "search-input dropdown-menu-toggle", spellcheck: false, tabindex: "1", autocomplete: 'off', data: { toggle: 'dropdown' }
.dropdown-menu.dropdown-select
= dropdown_content do
- %li
- %a.is-focused
- Loading...
+ %ul
+ %li
+ %a.is-focused.dropdown-menu-empty-link
+ Loading...
= dropdown_loading
%i.search-icon
%i.clear-icon.js-clear-input