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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-04 23:33:41 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-17 19:18:53 +0300
commit3693495e6136a9dc1266fc25a1b6ff9a764de005 (patch)
tree5bfe14384bb2c610fbfb8e4a6db49b2fca0a6b61 /app/assets/stylesheets/pages/builds.scss
parent0b9cd0a1f635d1e3751aa1279d52292d23a0a9dc (diff)
Style build dropdowns
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss27
1 files changed, 7 insertions, 20 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 5a6a35f42d1..5ecbe038612 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -54,32 +54,19 @@
}
}
- .nav-links {
+ .build-dropdown {
+ display: inline-block;
+ margin-top: 16px;
+
svg {
position: relative;
top: 2px;
margin-right: 3px;
+ height: 13px;
}
- .build-job {
- a {
- color: $gl-text-color;
- }
-
- &.active {
- a {
- font-weight: bold;
- }
- }
- }
- }
-
- .jobs-dropdown {
-
- svg {
- position: relative;
- top: 2px;
- margin-right: 3px;
+ .stage-item {
+ cursor: pointer;
}
}
}