Resolve "Spinners are active prematurely in Bitbucket Cloud import"

This commit is contained in:
Brandon Labuschagne 2019-03-18 14:49:31 +00:00 committed by Clement Ho
parent c94160b9e9
commit 40c108f5ed
2 changed files with 17 additions and 0 deletions

View File

@ -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;
}
}
}

View File

@ -0,0 +1,5 @@
---
title: Fix continuous bitbucket import loading spinner
merge_request: 26175
author:
type: fixed