summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index fb5840a4f67..c73755ee920 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -90,12 +90,35 @@
.pipeline-actions {
.btn {
+ margin: 0;
+ }
+
+ .dropdown-toggle,
+ .dropdown-menu {
color: $table-text-gray;
+
+ .fa {
+ color: $table-text-gray;
+ margin-right: 6px;
+ font-size: 14px;
+ }
}
.btn-remove {
color: $white-light;
}
+
+ .btn-group {
+ &.open {
+ .btn-default {
+ background-color: $white-normal;
+ border-color: $border-white-normal;
+
+ &:hover {
+ }
+ }
+ }
+ }
}
.build-link {
@@ -104,4 +127,8 @@
color: $gl-dark-link-color;
}
}
+
+ .btn-group.open .dropdown-toggle {
+ box-shadow: none;
+ }
}