Commit 40c108f5 authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Clement Ho

Resolve "Spinners are active prematurely in Bitbucket Cloud import"

parent c94160b9
......@@ -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