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:
authorgfyoung <gfyoung17@gmail.com>2018-12-24 03:36:10 +0300
committergfyoung <gfyoung17@gmail.com>2018-12-28 12:17:09 +0300
commit9472c210bc11f71e8bf81a70f8f735af1bb70cdc (patch)
tree7ad8b7897337398b24e9f908b4479019223cddc4
parentbd268a1e0924ce912ef8bf13373820640b5b53c0 (diff)
Don't hide CI dropdown behind diff summary
Occurs on a repository commit page
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss1
-rw-r--r--changelogs/unreleased/ci-dropdown-hidden-bug.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index fdd17af35fb..7a47e0a2836 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -978,7 +978,6 @@ button.mini-pipeline-graph-dropdown-toggle {
* Top arrow in the dropdown in the mini pipeline graph
*/
.mini-pipeline-graph-dropdown-menu {
- z-index: 200;
&::before,
&::after {
diff --git a/changelogs/unreleased/ci-dropdown-hidden-bug.yml b/changelogs/unreleased/ci-dropdown-hidden-bug.yml
new file mode 100644
index 00000000000..6910f04a6d5
--- /dev/null
+++ b/changelogs/unreleased/ci-dropdown-hidden-bug.yml
@@ -0,0 +1,5 @@
+---
+title: Don't hide CI dropdown behind diff summary
+merge_request:
+author: gfyoung
+type: fixed