diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-09-07 07:03:37 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-09-07 07:03:37 +0000 |
commit | c57f60793d5c2c3a3c5c9628fb969f45c891dc56 (patch) | |
tree | c038ad88a58cfec6a8d01a8863303dc76da7d26a /app/views/layouts | |
parent | cc61625948477706d275442afe5c336e64dd1598 (diff) | |
parent | 21446129ac2b7988e3499a3080edc94303528636 (diff) | |
download | gitlab-ce-c57f60793d5c2c3a3c5c9628fb969f45c891dc56.tar.gz |
Merge branch '37023-remove-focus-styles-from-dropdown-empty-link' into 'master'
Remove focus styles from dropdown empty link
Closes #37023
See merge request !13907
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/_search.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_search.html.haml b/app/views/layouts/_search.html.haml index 59f16b47bf7..cd7a47da4a1 100644 --- a/app/views/layouts/_search.html.haml +++ b/app/views/layouts/_search.html.haml @@ -17,8 +17,8 @@ .dropdown-menu.dropdown-select = dropdown_content do %ul - %li - %a.is-focused.dropdown-menu-empty-link + %li.dropdown-menu-empty-item + %a Loading... = dropdown_loading %i.search-icon |