summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-02 11:10:39 +0000
committerPhil Hughes <me@iamphill.com>2017-03-02 11:10:39 +0000
commit11dfea7e83fbc06c0d20724f872e395e806eb4ca (patch)
tree28aa53556b734d091b3b8d3f6163481ca3abddf7
parent6efa5dc04a2e3c64664676e30962760ebf99b72a (diff)
downloadgitlab-ce-issue-descrpiption-spinner-off.tar.gz
Fixed the position of loading spinnerissue-descrpiption-spinner-off
Fixed the position of the loading spinner in the issue template dropdown toggle. It was previously just positioned with the content, this now correctly places it in the same place the chevron down is Closes #28906
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss5
-rw-r--r--changelogs/unreleased/issue-descrpiption-spinner-off.yml4
2 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index ff31e7f7b3d..3187967aef0 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -107,11 +107,12 @@
&.fa-spinner {
font-size: 16px;
- margin-top: -8px;
+ margin-top: -3px;
}
}
- .fa-chevron-down {
+ .fa-chevron-down,
+ .fa-spinner {
position: absolute;
top: 11px;
right: 8px;
diff --git a/changelogs/unreleased/issue-descrpiption-spinner-off.yml b/changelogs/unreleased/issue-descrpiption-spinner-off.yml
new file mode 100644
index 00000000000..87104d09804
--- /dev/null
+++ b/changelogs/unreleased/issue-descrpiption-spinner-off.yml
@@ -0,0 +1,4 @@
+---
+title: Fixed loading spinner position on issue template toggle
+merge_request:
+author: