diff options
author | Phil Hughes <me@iamphill.com> | 2017-09-05 14:14:51 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-09-05 14:14:51 +0000 |
commit | 6f48f89e52afd355936241a6701c700bf8c57eb8 (patch) | |
tree | 4549812d965613a706ab11231866f79caad0ac93 | |
parent | 4d23da68b2bc8b13026e663e607d6c25afd51aeb (diff) | |
parent | 8b0967b518298a2533c7b6be4b3e447dc7edde4d (diff) | |
download | gitlab-ce-6f48f89e52afd355936241a6701c700bf8c57eb8.tar.gz |
Merge branch 'winh-ajax-users-dropdown' into 'master'
Make .ajax-users-select dropdown consistent
See merge request !13599
-rw-r--r-- | app/assets/stylesheets/framework/selects.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss index 9acdf8730af..6c14e8b97e0 100644 --- a/app/assets/stylesheets/framework/selects.scss +++ b/app/assets/stylesheets/framework/selects.scss @@ -267,6 +267,7 @@ // TODO: change global style .ajax-project-dropdown, +.ajax-users-dropdown, body[data-page="projects:edit"] #select2-drop, body[data-page="projects:new"] #select2-drop, body[data-page="projects:merge_requests:edit"] #select2-drop, |