Commit f4290917 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '239861-scope-pipline-show-page-css' into 'master'

Scope css rules to the pipelines show page

Closes #239861

See merge request gitlab-org/gitlab!43518
parents 0e6f039d ccbb7b44
......@@ -322,10 +322,12 @@
}
}
.admin-builds-table {
.ci-table td:last-child {
[data-page='admin:jobs:index'] {
.admin-builds-table {
td:last-child {
min-width: 120px;
}
}
}
// Pipeline visualization
......@@ -333,19 +335,16 @@
border-bottom: 0;
}
.tab-pane {
&.builds .ci-table tr {
height: 71px;
}
[data-page='projects:pipelines:show'] {
.tab-pane {
.ci-table {
thead th {
border-top: 0;
}
}
}
}
.build-failures {
.build-failures {
.build-state {
padding: 20px 2px;
......@@ -439,6 +438,7 @@
margin-top: 0;
}
}
}
}
.pipeline-tab-content {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment