@@ -93,7 +93,7 @@ const PageListItemLSubstance: ForwardRefRenderFunction<ISelectable, Props> = (pr
<div className="d-flex">
{/* checkbox */}
{onClickCheckbox != null && (
- <div className="form-check d-flex align-items-center justify-content-center px-md-2 pl-3 pr-2 search-item-checkbox">
+ <div className="form-check d-flex align-items-center justify-content-center px-md-2 pl-3 pr-2">
<input
className="form-check-input position-relative m-0"
type="checkbox"
@@ -219,21 +219,6 @@
}
-// 2021/9/22 TODO: Remove after moving to SearchResult
-.search-page-input {
- position: sticky;
- top: 15px;
- // placed at front-most
- z-index: 15;
-
- margin-bottom: 15px;
- .input-group-btn .btn {
- height: 34px;
- padding: 0px 10px;
- }
-}
// support for your search
.grw-search-table {
caption {