[skip ci] Replace .visible-lg-* with .d-block.d-xl-none
This commit is contained in:
parent
a534c5d723
commit
b32c2adb1e
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue