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:
authorFilipa Lacerda <filipa@gitlab.com>2019-05-20 14:30:07 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-05-20 19:37:03 +0300
commitd4a028bee556154930098d2aaf963b4e18b9d422 (patch)
tree04431090a74aef94585605bb4b5ed81a1d228eef /app/views/shared
parent801309308e677e724c772fddb1b99b0012453395 (diff)
Updates loading icon in commit's page
For the dropdowns in the mini pipeline graph it updates the loading icon to use the new orange version
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_mini_pipeline_graph.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_mini_pipeline_graph.html.haml b/app/views/shared/_mini_pipeline_graph.html.haml
index b46479d9f1a..a1f21c2a83e 100644
--- a/app/views/shared/_mini_pipeline_graph.html.haml
+++ b/app/views/shared/_mini_pipeline_graph.html.haml
@@ -13,5 +13,5 @@
%ul
%li.js-builds-dropdown-loading.hidden
- .text-center
- %i.fa.fa-spinner.fa-spin{ 'aria-hidden': 'true', 'aria-label': 'Loading' }
+ .loading-container.text-center
+ %span.spinner{ 'aria-label': 'Loading' }