summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormfluharty <mfluharty@gitlab.com>2019-02-01 17:27:57 -0700
committermfluharty <mfluharty@gitlab.com>2019-02-05 13:03:14 -0700
commit82277d126f91128f9147d8e2a0e4fd52c5e3476e (patch)
tree18cb2f911755407ac3ed5267acff978f0e981a0b
parentdd26a9addc5dd654e3c8eecb58216f1f4449cfc1 (diff)
downloadgitlab-ce-47869-jobs-tab-border-top-in-pipeline-s-page-is-1px-off.tar.gz
Remove header top borders from tables below tabs47869-jobs-tab-border-top-in-pipeline-s-page-is-1px-off
-rw-r--r--app/assets/stylesheets/framework/tables.scss4
-rw-r--r--changelogs/unreleased/47869-jobs-tab-border-top-in-pipeline-s-page-is-1px-off.yml5
2 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss
index 295a5b5ee7a..b1587c40842 100644
--- a/app/assets/stylesheets/framework/tables.scss
+++ b/app/assets/stylesheets/framework/tables.scss
@@ -156,9 +156,9 @@ table {
}
}
-.top-area + .content-list {
+.top-area + .content-list,
+.tabs-holder + .tab-content thead {
th {
border-top: 0;
}
}
-
diff --git a/changelogs/unreleased/47869-jobs-tab-border-top-in-pipeline-s-page-is-1px-off.yml b/changelogs/unreleased/47869-jobs-tab-border-top-in-pipeline-s-page-is-1px-off.yml
new file mode 100644
index 00000000000..e08d2a99369
--- /dev/null
+++ b/changelogs/unreleased/47869-jobs-tab-border-top-in-pipeline-s-page-is-1px-off.yml
@@ -0,0 +1,5 @@
+---
+title: Resolve Jobs tab border top in pipeline's page is 1px off
+merge_request: 24878
+author:
+type: fixed