summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/dropdowns.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-19 12:09:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-19 12:09:13 +0000
commitcd3e2c7b9355f8990ab294b34b5e4add4f3985fa (patch)
tree77264b3e569ec95da8476f604d3d5cf4b03e85dc /app/assets/stylesheets/framework/dropdowns.scss
parentc1fc5da123a1fe670e32740669a9d5e59eff38f5 (diff)
downloadgitlab-ce-cd3e2c7b9355f8990ab294b34b5e4add4f3985fa.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 41f3603506f..005e5efbdaf 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -150,6 +150,12 @@
right: 8px;
}
+ .spinner {
+ position: absolute;
+ top: 9px;
+ right: 8px;
+ }
+
.ic-chevron-down {
position: absolute;
top: $gl-padding-8;