summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-07 13:52:06 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-07 13:52:06 +0000
commitb724c22a1f64470b6ae5eed89d04ffed86666686 (patch)
treed3dfedb162d35f90e0b791eeee617b98b250ead9 /app
parent716b977b98ba671e21b48eb3ac85f8ea78beeced (diff)
parent700d146c538cd90ea1431aad9aedc4ce671d1f1e (diff)
downloadgitlab-ce-b724c22a1f64470b6ae5eed89d04ffed86666686.tar.gz
Merge branch '37349-remove-extra-top-margin-search-dropdown' into 'master'
Fix spacing between nav and dropdown to be consistent with other dropdowns Closes #37349 See merge request !14088
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/search.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 615020ca856..13dd7b5a780 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -166,7 +166,7 @@ input[type="checkbox"]:hover {
.dropdown-menu {
transition-duration: 100ms, 75ms;
transition-delay: 75ms, 100ms;
- transform: translateY(13px);
+ transform: translateY(7px);
opacity: 1;
}
}