From 0deb8547af52ea1ccb147a07629705ec5e435bfb Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 19 Jul 2018 17:11:31 -0500 Subject: Replace label-light with label-bold. Because it's bold, not light --- .../javascripts/boards/components/board_new_issue.vue | 2 +- .../javascripts/boards/components/project_select.vue | 2 +- .../javascripts/ide/components/new_dropdown/modal.vue | 2 +- .../shared/components/interval_pattern_input.vue | 14 +++++++------- .../permissions/components/project_setting_row.vue | 2 +- app/assets/stylesheets/framework/forms.scss | 2 +- app/views/admin/application_settings/_abuse.html.haml | 2 +- .../application_settings/_account_and_limit.html.haml | 10 +++++----- .../application_settings/_background_jobs.html.haml | 4 ++-- app/views/admin/application_settings/_ci_cd.html.haml | 8 ++++---- app/views/admin/application_settings/_gitaly.html.haml | 6 +++--- .../admin/application_settings/_help_page.html.haml | 4 ++-- app/views/admin/application_settings/_influx.html.haml | 14 +++++++------- .../admin/application_settings/_ip_limits.html.haml | 12 ++++++------ app/views/admin/application_settings/_koding.html.haml | 2 +- app/views/admin/application_settings/_logging.html.haml | 4 ++-- app/views/admin/application_settings/_pages.html.haml | 2 +- .../application_settings/_performance_bar.html.haml | 2 +- app/views/admin/application_settings/_plantuml.html.haml | 2 +- app/views/admin/application_settings/_realtime.html.haml | 2 +- app/views/admin/application_settings/_registry.html.haml | 2 +- .../application_settings/_repository_check.html.haml | 6 +++--- .../_repository_mirrors_form.html.haml | 2 +- .../application_settings/_repository_storage.html.haml | 12 ++++++------ app/views/admin/application_settings/_signin.html.haml | 12 ++++++------ app/views/admin/application_settings/_signup.html.haml | 10 +++++----- app/views/admin/application_settings/_spam.html.haml | 10 +++++----- app/views/admin/application_settings/_terminal.html.haml | 2 +- .../_visibility_and_access.html.haml | 16 ++++++++-------- app/views/admin/hooks/_form.html.haml | 8 ++++---- app/views/doorkeeper/applications/_form.html.haml | 6 +++--- app/views/groups/settings/_general.html.haml | 6 +++--- app/views/import/gitlab_projects/new.html.haml | 6 +++--- app/views/import/manifest/_form.html.haml | 4 ++-- app/views/profiles/accounts/show.html.haml | 2 +- app/views/profiles/emails/index.html.haml | 2 +- app/views/profiles/gpg_keys/_form.html.haml | 2 +- app/views/profiles/keys/_form.html.haml | 4 ++-- app/views/profiles/notifications/show.html.haml | 4 ++-- app/views/profiles/passwords/edit.html.haml | 6 +++--- .../profiles/personal_access_tokens/index.html.haml | 4 ++-- app/views/profiles/preferences/show.html.haml | 6 +++--- app/views/profiles/two_factor_auths/show.html.haml | 2 +- .../_merge_request_merge_method_settings.html.haml | 2 +- app/views/projects/_new_project_fields.html.haml | 8 ++++---- app/views/projects/_project_templates.html.haml | 2 +- app/views/projects/clusters/gcp/_form.html.haml | 12 ++++++------ app/views/projects/clusters/user/_form.html.haml | 12 ++++++------ app/views/projects/clusters/user/_show.html.haml | 10 +++++----- app/views/projects/commit/_change.html.haml | 2 +- app/views/projects/deploy_keys/_form.html.haml | 4 ++-- app/views/projects/deploy_tokens/_form.html.haml | 10 +++++----- app/views/projects/edit.html.haml | 16 ++++++++-------- app/views/projects/environments/_form.html.haml | 4 ++-- .../merge_requests/conflicts/_submit_form.html.haml | 2 +- app/views/projects/mirrors/_push.html.haml | 6 +++--- app/views/projects/pipeline_schedules/_form.html.haml | 12 ++++++------ .../project_members/_new_project_member.html.haml | 6 +++--- .../projects/project_members/_new_shared_group.html.haml | 6 +++--- app/views/projects/settings/ci_cd/_form.html.haml | 8 ++++---- app/views/projects/triggers/_form.html.haml | 4 ++-- app/views/shared/_import_form.html.haml | 2 +- app/views/shared/_personal_access_tokens_form.html.haml | 6 +++--- app/views/shared/tokens/_scopes_form.html.haml | 2 +- app/views/shared/web_hooks/_form.html.haml | 8 ++++---- config/initializers/bootstrap_form.rb | 2 +- .../ide/components/new_dropdown/modal_spec.js | 2 +- 67 files changed, 190 insertions(+), 190 deletions(-) diff --git a/app/assets/javascripts/boards/components/board_new_issue.vue b/app/assets/javascripts/boards/components/board_new_issue.vue index ec23b1e7c11..271c6eac81a 100644 --- a/app/assets/javascripts/boards/components/board_new_issue.vue +++ b/app/assets/javascripts/boards/components/board_new_issue.vue @@ -105,7 +105,7 @@ export default { diff --git a/app/assets/javascripts/boards/components/project_select.vue b/app/assets/javascripts/boards/components/project_select.vue index eb335f352d3..dc887db1e73 100644 --- a/app/assets/javascripts/boards/components/project_select.vue +++ b/app/assets/javascripts/boards/components/project_select.vue @@ -68,7 +68,7 @@ export default {