diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-09-27 09:47:34 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-09-27 09:47:34 +0000 |
commit | a584662ce825ab8b21772ae6d3086745f0d7e7ef (patch) | |
tree | 01fcb597d694782047c14fa68eada57675059d08 /app/assets/stylesheets/pages/search.scss | |
parent | 2bfa13f606ac15e7ee7e292239bd5c074ffec0f6 (diff) | |
parent | 4b720875a1a9a3a925398fdc669e42ed8ec8e62c (diff) | |
download | gitlab-ce-a584662ce825ab8b21772ae6d3086745f0d7e7ef.tar.gz |
Merge branch 'cs-inline-js-search' into 'master'
Remove inline JavaScript for Search autocomplete
## What does this MR do?
Remove inline JavaScript from the search partial for Search autocomplete.
## Are there points in the code the reviewer needs to double check?
That this doesn't break anything (it didn't when I tested it!)
## Why was this MR needed?
Inline scripts are bad, this removes a few of them.
## What are the relevant issue numbers?
#18231 and #19866
## Does this MR meet the acceptance criteria?
- Tests
- [ ] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !5284
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r-- | app/assets/stylesheets/pages/search.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 436fb00ba2e..e77f9816d8a 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -103,7 +103,7 @@ // Custom dropdown positioning .dropdown-menu { - top: 30px; + top: 37px; left: -5px; padding: 0; |