Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-15 15:07:56 +0300
committerwinh <winnie@gitlab.com>2017-08-29 15:40:15 +0300
commit770cf11d8612096c8cb85284c1605e229b72719b (patch)
treebcd5426f52efb20fba6d3d534fa475ac9dbc78bb /app/assets/stylesheets/framework/selects.scss
parent6f0f65becbbe968bd26a5a3872044d7b8633bf2e (diff)
Make file encoding dropdown consistent
Diffstat (limited to 'app/assets/stylesheets/framework/selects.scss')
-rw-r--r--app/assets/stylesheets/framework/selects.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index d93722e2174..9fccc68b5b6 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -266,7 +266,9 @@
}
// TODO: change global style
-.ajax-project-dropdown {
+.ajax-project-dropdown,
+body[data-page="projects:blob:new"] #select2-drop,
+body[data-page="projects:blob:edit"] #select2-drop {
&.select2-drop {
color: $gl-text-color;
}