summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-05-20 12:30:07 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-05-20 17:37:03 +0100
commitd4a028bee556154930098d2aaf963b4e18b9d422 (patch)
tree04431090a74aef94585605bb4b5ed81a1d228eef
parent801309308e677e724c772fddb1b99b0012453395 (diff)
downloadgitlab-ce-61990-spinner.tar.gz
Updates loading icon in commit's page61990-spinner
For the dropdowns in the mini pipeline graph it updates the loading icon to use the new orange version
-rw-r--r--app/views/shared/_mini_pipeline_graph.html.haml4
-rw-r--r--changelogs/unreleased/61990-spinner.yml5
2 files changed, 7 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' }
diff --git a/changelogs/unreleased/61990-spinner.yml b/changelogs/unreleased/61990-spinner.yml
new file mode 100644
index 00000000000..27d35e56cc9
--- /dev/null
+++ b/changelogs/unreleased/61990-spinner.yml
@@ -0,0 +1,5 @@
+---
+title: Updates loading icon in commits page
+merge_request: 28475
+author:
+type: fixed