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 Gray <annabel.dunstone@gmail.com>2017-05-12 17:58:22 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 17:58:22 +0300
commit9923a630af7990c7fccc39f3e6584fb6b8bb2267 (patch)
tree4aa0d560c62c13a3dbc238fe582bee47eec4319a /app/assets/stylesheets/pages/builds.scss
parentc266b5f57a09c13feef9c066856715f339076285 (diff)
Use fa-refresh on retried jobs
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 724b4080ee0..14a62b6cbf0 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -378,7 +378,7 @@
background-color: $row-hover;
}
- .fa-spinner {
+ .fa-refresh {
font-size: 13px;
margin-left: 3px;
}