diff options
author | winh <winnie@gitlab.com> | 2017-08-15 14:07:56 +0200 |
---|---|---|
committer | winh <winnie@gitlab.com> | 2017-09-05 12:21:48 +0200 |
commit | 8b0967b518298a2533c7b6be4b3e447dc7edde4d (patch) | |
tree | 2caed65050ba9c6edc11982984a2ca9b1b83d6e2 | |
parent | dd157e458ce0d76fc76e32fe2e5bcbbf945c104e (diff) | |
download | gitlab-ce-winh-ajax-users-dropdown.tar.gz |
Make .ajax-users-select dropdown consistentwinh-ajax-users-dropdown
-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 e4f82fe091a..cc1bb0be776 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, |