Commit 8e1322d0 authored by Takuya Noguchi's avatar Takuya Noguchi

Replace .check-all-holder with display properties

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 424b7881
......@@ -14,10 +14,6 @@
}
}
.check-all-holder {
display: none;
}
.container .title {
padding-left: 15px !important;
}
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment