Commit 5e919621 authored by Clement Ho's avatar Clement Ho

Merge branch '58889-spinners-are-active-prematurely-in-bitbucket-cloud-import' into 'master'

Resolve "Spinners are active prematurely in Bitbucket Cloud import"

Closes #58889

See merge request gitlab-org/gitlab-ce!26175
parents c94160b9 40c108f5
......@@ -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;
}
}
}
---
title: Fix continuous bitbucket import loading spinner
merge_request: 26175
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment