Resolve "Spinners are active prematurely in Bitbucket Cloud import"
This commit is contained in:
parent
c94160b9e9
commit
40c108f5ed
2 changed files with 17 additions and 0 deletions
12
app/assets/stylesheets/pages/import.scss
vendored
12
app/assets/stylesheets/pages/import.scss
vendored
|
@ -49,3 +49,15 @@
|
||||||
.import-projects-loading-icon {
|
.import-projects-loading-icon {
|
||||||
margin-top: $gl-padding-32;
|
margin-top: $gl-padding-32;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-import {
|
||||||
|
.loading-icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-loading {
|
||||||
|
.loading-icon {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Fix continuous bitbucket import loading spinner
|
||||||
|
merge_request: 26175
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue