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:
authorkushalpandya <kushal@gitlab.com>2017-09-06 19:57:33 +0300
committerkushalpandya <kushal@gitlab.com>2017-09-06 19:57:33 +0300
commit700d146c538cd90ea1431aad9aedc4ce671d1f1e (patch)
tree612fd0c336118739ddb5772c538ab3f819e3ec9f /app/assets/stylesheets/pages/search.scss
parentcdd8f2f345aeb3fb05bbe8f567e72b717f388636 (diff)
Fix spacing between nav and dropdown to be consistent with other dropdowns
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-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;
}
}