summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/builds.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-13 14:35:40 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-18 08:29:29 -0500
commit87222e27e30e45024c2d930650a876e4447d3708 (patch)
tree4621be7625e2502a9e7a0a5e0f125b028380fceb /app/assets/stylesheets/pages/builds.scss
parentaa5aa273855054a2b3dcdbb5e4cd4177c98ec022 (diff)
downloadgitlab-ce-87222e27e30e45024c2d930650a876e4447d3708.tar.gz
show all builds in sidebar, including retried
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 2793282c1cb..d6a55fbd464 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -195,7 +195,7 @@
.build-job {
position: relative;
- .fa-check {
+ .fa-arrow-right {
position: absolute;
left: 15px;
top: 20px;
@@ -205,7 +205,7 @@
&.active {
font-weight: bold;
- .fa {
+ .fa-arrow-right {
display: block;
}
}