summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-10 15:37:26 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-09 16:01:14 -0600
commitefb668208ae25393cd5535ea769c537c55a54313 (patch)
tree6011a56c2557d1c2889dd6b928f608be5cefe6ce /app/assets/stylesheets/framework/filters.scss
parentcf3504ed602aa1b979f13a394192dde50b8cffed (diff)
downloadgitlab-ce-efb668208ae25393cd5535ea769c537c55a54313.tar.gz
Add loading message for droplab_ajax
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 205cecb4906..b6c137d647a 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -121,3 +121,7 @@
.hint-dropdown {
width: 250px;
}
+
+.filter-dropdown-loading {
+ padding: 8px 16px;
+}