diff options
author | Phil Hughes <me@iamphill.com> | 2019-05-21 08:01:47 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-05-21 08:01:47 +0000 |
commit | 3c8bc8078fce318457f1f0565f19252d63f2565b (patch) | |
tree | 5354d19c6f4e9b1d37c966d0029e86e7d5e82aad /app | |
parent | 39799d0a375e4f8f10f9a09c59df09cc03830f41 (diff) | |
parent | 64f040e209081264d67f9286f2d5b65e89343127 (diff) | |
download | gitlab-ce-3c8bc8078fce318457f1f0565f19252d63f2565b.tar.gz |
Merge branch '62038-chevron-down' into 'master'
Adds arrow icons to select menu in CI/CD settings
Closes #62038
See merge request gitlab-org/gitlab-ce!28476
Diffstat (limited to 'app')
-rw-r--r-- | app/views/ci/variables/_variable_row.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/variables/_variable_row.html.haml b/app/views/ci/variables/_variable_row.html.haml index b4930b41c09..89bd7b31352 100644 --- a/app/views/ci/variables/_variable_row.html.haml +++ b/app/views/ci/variables/_variable_row.html.haml @@ -23,7 +23,7 @@ .ci-variable-row-body.border-bottom %input.js-ci-variable-input-id{ type: "hidden", name: id_input_name, value: id } %input.js-ci-variable-input-destroy{ type: "hidden", name: destroy_input_name } - %select.js-ci-variable-input-variable-type.ci-variable-body-item.form-control.select-control.table-section.section-15{ name: variable_type_input_name } + %select.js-ci-variable-input-variable-type.ci-variable-body-item.form-control.select-control.custom-select.table-section.section-15{ name: variable_type_input_name } = options_for_select(ci_variable_type_options, variable_type) %input.js-ci-variable-input-key.ci-variable-body-item.qa-ci-variable-input-key.form-control.table-section.section-15{ type: "text", name: key_input_name, |