Skip to content
Snippets Groups Projects
Commit 8e1322d0 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Replace .check-all-holder with display properties

parent 424b7881
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,10 +14,6 @@
}
}
 
.check-all-holder {
display: none;
}
.container .title {
padding-left: 15px !important;
}
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@
- if params[:search].present?
= hidden_field_tag :search, params[:search]
- if @can_bulk_update
.check-all-holder.hidden
.check-all-holder.d-none.d-sm-block.hidden
= check_box_tag "check-all-issues", nil, false, class: "check-all-issues left"
.issues-other-filters.filtered-search-wrapper
.filtered-search-box
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment