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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-19 21:01:14 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-19 21:01:14 +0300
commit6a0b6772544a3f5fcc82898e39d877ff2e4dfe53 (patch)
treedfd9dd515572a06d695d45ed047a959e9d4d6d81 /app/assets/stylesheets/pages/search.scss
parentf3f9dedcf70c1bf247945253f3cd9026ab87d421 (diff)
Line up search dropdown with other nav dropdowns
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 2381d7eb92b..c9363188505 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -145,13 +145,6 @@ input[type="checkbox"]:hover {
background-color: $nav-badge-bg;
border-color: $border-color;
}
-
- .dropdown-menu {
- transition-duration: 100ms, 75ms;
- transition-delay: 75ms, 100ms;
- transform: translateY(7px);
- opacity: 1;
- }
}
&.has-value {