Skip to content
Snippets Groups Projects
Commit 40c108f5 authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Clement Ho
Browse files

Resolve "Spinners are active prematurely in Bitbucket Cloud import"

parent c94160b9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment