summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/builds.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-03 14:13:20 +0000
committerPhil Hughes <me@iamphill.com>2018-10-03 14:13:20 +0000
commitf72a1bf09cce4b4cf01b7eb12da0dc78ce477a9d (patch)
tree20e0575a2397649e3ac023ab13a4800a4c6fe2b3 /app/assets/stylesheets/pages/builds.scss
parentc4d9f40291bc9fbdcd5f87c7a2c36c8aea85e64e (diff)
downloadgitlab-ce-f72a1bf09cce4b4cf01b7eb12da0dc78ce477a9d.tar.gz
Moves stages dropdown into the new vue app
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss23
1 files changed, 1 insertions, 22 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 14ba8b1df83..ed877f625b5 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -328,23 +328,6 @@
}
}
- .build-dropdown {
- margin: $gl-padding 0;
- padding: 0;
-
- .dropdown-menu-toggle {
- margin-top: #{$gl-padding / 2};
- }
-
- svg {
- position: relative;
- top: 3px;
- margin-right: 3px;
- width: 14px;
- height: 14px;
- }
- }
-
.builds-container {
background-color: $white-light;
border-top: 1px solid $border-color;
@@ -381,15 +364,11 @@
position: absolute;
left: 15px;
top: 20px;
- display: none;
+ display: block;
}
&.active {
font-weight: $gl-font-weight-bold;
-
- .icon-arrow-right {
- display: block;
- }
}
&.retried {