summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2019-03-18 14:49:31 +0000
committerClement Ho <clemmakesapps@gmail.com>2019-03-18 14:49:31 +0000
commit40c108f5ed1614667f448f8cfc31f820528f64c3 (patch)
tree7a6edbb58000956d8f94de552d175e5d4c4c0ddf
parentc94160b9e9e52455a00ad0ab9911bffc0a832d90 (diff)
downloadgitlab-ce-40c108f5ed1614667f448f8cfc31f820528f64c3.tar.gz
Resolve "Spinners are active prematurely in Bitbucket Cloud import"
-rw-r--r--app/assets/stylesheets/pages/import.scss12
-rw-r--r--changelogs/unreleased/58889-spinners-are-active-prematurely-in-bitbucket-cloud-import.yml5
2 files changed, 17 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/import.scss b/app/assets/stylesheets/pages/import.scss
index 7f800367cad..20240835fda 100644
--- a/app/assets/stylesheets/pages/import.scss
+++ b/app/assets/stylesheets/pages/import.scss
@@ -49,3 +49,15 @@
.import-projects-loading-icon {
margin-top: $gl-padding-32;
}
+
+.btn-import {
+ .loading-icon {
+ display: none;
+ }
+
+ &.is-loading {
+ .loading-icon {
+ display: inline-block;
+ }
+ }
+}
diff --git a/changelogs/unreleased/58889-spinners-are-active-prematurely-in-bitbucket-cloud-import.yml b/changelogs/unreleased/58889-spinners-are-active-prematurely-in-bitbucket-cloud-import.yml
new file mode 100644
index 00000000000..ec357d9a832
--- /dev/null
+++ b/changelogs/unreleased/58889-spinners-are-active-prematurely-in-bitbucket-cloud-import.yml
@@ -0,0 +1,5 @@
+---
+title: Fix continuous bitbucket import loading spinner
+merge_request: 26175
+author:
+type: fixed