Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-25 09:02:22 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-25 09:55:46 +0300
commit9d51f86694458cfbad3d4e92da7f3797947e5f55 (patch)
tree0e4cd6ee296b77b1e3e17aa29201322217713c09 /app/assets/javascripts/gl_dropdown.js.coffee
parent8e53cf94e63c5c48f07cb9cd4ce89e2c7dae7ab4 (diff)
Makes autocomplete dropdown look the same as others
Diffstat (limited to 'app/assets/javascripts/gl_dropdown.js.coffee')
-rw-r--r--app/assets/javascripts/gl_dropdown.js.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/gl_dropdown.js.coffee b/app/assets/javascripts/gl_dropdown.js.coffee
index 0d967552a74..1810779c40a 100644
--- a/app/assets/javascripts/gl_dropdown.js.coffee
+++ b/app/assets/javascripts/gl_dropdown.js.coffee
@@ -300,7 +300,7 @@ class GitLabDropdown
noResults: ->
html = "<li>"
- html += "<a href='#' class='dropdown-menu-empty-link is-focused'>"
+ html += "<a class='dropdown-menu-empty-link is-focused'>"
html += "No matching results."
html += "</a>"
html += "</li>"