Skip to content

Commit

Permalink
IBX-2165: Search in UDW (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored Feb 1, 2022
1 parent d407971 commit 6695c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.c-search {
background-color: $ibexa-color-light-400;

&__top-bar {
display: flex;
align-items: center;
Expand All @@ -21,8 +19,11 @@
&__sidebar {
display: flex;
min-width: calculateRem(270px);
margin-right: calculateRem(16px);
margin-right: calculateRem(24px);
padding-bottom: calculateRem(24px);
border-right: calculateRem(1px) solid $ibexa-color-light;
border-bottom: calculateRem(1px) solid $ibexa-color-light;
border-bottom-right-radius: $ibexa-border-radius;
background-color: $ibexa-color-white;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ const Search = ({ itemsPerPage }) => {

prevSearchText.current = searchText;

if (!searchText) {
return;
}

if (shouldResetOffset) {
setOffset(0);

Expand Down

0 comments on commit 6695c24

Please sign in to comment.