From eacef3fb07252ce4741a81376a350919def6bdd4 Mon Sep 17 00:00:00 2001 From: Andrew Fontaine Date: Tue, 16 Jul 2019 13:48:28 -0400 Subject: Style Dropdown Buttons with New Button Styles These dropdown buttons were missing the `btn` class, and were missing the new button styles. --- .../boards/components/modal/lists_dropdown.vue | 7 ++++++- .../javascripts/boards/components/project_select.vue | 2 +- .../javascripts/ide/components/file_templates/bar.vue | 7 ++++++- .../components/fields/description_template.vue | 2 +- .../javascripts/jobs/components/stages_dropdown.vue | 2 +- .../pipelines/components/graph/job_group_dropdown.vue | 2 +- .../set_status_modal/set_status_modal_trigger.vue | 2 +- .../vue_shared/components/dropdown/dropdown_button.vue | 2 +- .../javascripts/vue_shared/components/pikaday.vue | 7 ++++++- .../sidebar/labels_select/dropdown_button.vue | 2 +- app/views/admin/runners/_sort_dropdown.html.haml | 3 +-- app/views/clusters/clusters/gcp/_form.html.haml | 6 +++--- app/views/dashboard/todos/index.html.haml | 2 +- app/views/explore/projects/_filter.html.haml | 2 +- app/views/help/ui.html.haml | 18 +++++++++--------- app/views/projects/branches/index.html.haml | 2 +- app/views/projects/branches/new.html.haml | 2 +- app/views/projects/cycle_analytics/show.html.haml | 2 +- app/views/projects/forks/index.html.haml | 2 +- app/views/projects/tags/index.html.haml | 2 +- app/views/projects/tags/new.html.haml | 2 +- app/views/search/_filter.html.haml | 4 ++-- app/views/shared/_milestones_sort_dropdown.html.haml | 2 +- .../boards/components/sidebar/_assignee.html.haml | 2 +- .../boards/components/sidebar/_due_date.html.haml | 2 +- .../shared/boards/components/sidebar/_labels.html.haml | 2 +- .../boards/components/sidebar/_milestone.html.haml | 2 +- app/views/shared/groups/_dropdown.html.haml | 2 +- app/views/shared/issuable/_label_dropdown.html.haml | 2 +- app/views/shared/issuable/_sidebar.html.haml | 4 ++-- app/views/shared/labels/_sort_dropdown.html.haml | 2 +- app/views/shared/members/_group.html.haml | 2 +- app/views/shared/members/_member.html.haml | 2 +- changelogs/unreleased/style-dropdown-buttons.yml | 5 +++++ .../ide/components/file_templates/bar_spec.js | 2 +- 35 files changed, 66 insertions(+), 47 deletions(-) create mode 100644 changelogs/unreleased/style-dropdown-buttons.yml diff --git a/app/assets/javascripts/boards/components/modal/lists_dropdown.vue b/app/assets/javascripts/boards/components/modal/lists_dropdown.vue index 3fbe8fe1be7..dc07eaf7f59 100644 --- a/app/assets/javascripts/boards/components/modal/lists_dropdown.vue +++ b/app/assets/javascripts/boards/components/modal/lists_dropdown.vue @@ -27,7 +27,12 @@ export default {