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:
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 5cb538ec03e..7a90777487a 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -494,10 +494,6 @@
@include flat-connector-before;
}
}
-
- li {
- list-style: none;
- }
}
.stage-name {
@@ -518,7 +514,7 @@
.ci-job-dropdown-container {
// highlight job whose dropdown is shown
- &.dropdown.show > .build-content {
+ &.dropdown.show .build-content {
background-color: $ci-action-dropdown-expanded-background;
&:hover {