[skip ci] Replace .visible-lg-* with .d-block.d-xl-none

This commit is contained in:
Clement Ho 2018-04-09 15:00:04 -05:00
parent a534c5d723
commit b32c2adb1e
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
actions.push({
label: 'New issue',
path: this.job.new_issue_path,
cssClass: 'js-new-issue btn btn-new btn-inverted d-block d-lg-none visible-lg-block',
cssClass: 'js-new-issue btn btn-new btn-inverted d-block d-lg-none d-xl-none',
type: 'link',
});
}

View file

@ -5,7 +5,7 @@
%strong.inline.prepend-top-8
= @build.name
- if can?(current_user, :update_build, @build) && @build.retryable?
= link_to "Retry", retry_namespace_project_job_path(@project.namespace, @project, @build), class: 'js-retry-button float-right btn btn-inverted-secondary btn-retry d-block d-lg-none visible-lg-block', method: :post
= link_to "Retry", retry_namespace_project_job_path(@project.namespace, @project, @build), class: 'js-retry-button float-right btn btn-inverted-secondary btn-retry d-block d-lg-none d-xl-none', method: :post
%a.gutter-toggle.float-right.d-block.d-sm-none.d-md-none.js-sidebar-build-toggle{ href: "#", 'aria-label': 'Toggle Sidebar', role: 'button' }
= icon('angle-double-right')