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-04-07 17:18:59 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 17:18:59 +0300
commit034c8885a0112809dfc1e671e729c7f5e65dd43a (patch)
tree8e05335f9464203fdba9671def3063657d48d20d
parent7ccaa27f899dfbc96b23d98ee415b5daf80dd336 (diff)
parentd8a1ea0c4f153537364b84654b07e5bf76d967e3 (diff)
Merge branch '30587-pipeline-icon-z' into 'master'
resolve "Status icons overlap sidebar on mobile" Closes #30587 See merge request !10525
-rw-r--r--app/assets/stylesheets/pages/issuable.scss1
-rw-r--r--changelogs/unreleased/30587-pipeline-icon-z.yml4
2 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index e84a05e3e9e..0bca3e93e4c 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -196,6 +196,7 @@
transition: width .3s;
background: $gray-light;
padding: 10px 20px;
+ z-index: 2;
&.right-sidebar-expanded {
width: $gutter_width;
diff --git a/changelogs/unreleased/30587-pipeline-icon-z.yml b/changelogs/unreleased/30587-pipeline-icon-z.yml
new file mode 100644
index 00000000000..548d16ce142
--- /dev/null
+++ b/changelogs/unreleased/30587-pipeline-icon-z.yml
@@ -0,0 +1,4 @@
+---
+title: fix Status icons overlapping sidebar on mobile
+merge_request:
+author: