summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-03 14:21:34 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-03 14:21:34 +0000
commit44a7c654486e2873bc37212bafddf50a9c17e5d3 (patch)
treeb672dd3ba9982a2c5763f52ee54c809b23ecb059
parentab968fd4653a21c58272159358a6964c055d2ba6 (diff)
parent7eb513169a08913238bb3d1526490f00862e59f8 (diff)
downloadgitlab-ce-44a7c654486e2873bc37212bafddf50a9c17e5d3.tar.gz
Merge branch '38502-fix-nav-dropdown-close-animation' into 'master'
Fix navigation dropdown close animation on mobile screens Closes #38502 See merge request gitlab-org/gitlab-ce!14649
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss7
-rw-r--r--changelogs/unreleased/38502-fix-nav-dropdown-close-animation.yml5
2 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index c0d8e6c328c..5c397470629 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -873,6 +873,13 @@
min-width: 100%;
}
}
+
+ header.navbar-gitlab-new .header-content .dropdown {
+ .dropdown-menu {
+ left: 0;
+ min-width: 100%;
+ }
+ }
}
@include new-style-dropdown('.breadcrumbs-list .dropdown ');
diff --git a/changelogs/unreleased/38502-fix-nav-dropdown-close-animation.yml b/changelogs/unreleased/38502-fix-nav-dropdown-close-animation.yml
new file mode 100644
index 00000000000..974adb9ed28
--- /dev/null
+++ b/changelogs/unreleased/38502-fix-nav-dropdown-close-animation.yml
@@ -0,0 +1,5 @@
+---
+title: Fix navigation dropdown close animation on mobile screens
+merge_request: 14649
+author:
+type: fixed