Skip to content

Commit

Permalink
fix(list-filter): removed deprecated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd committed Jul 25, 2024
1 parent 14e25ec commit 12f6d74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/sessionsList/SessionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,6 @@ export const SessionsList = ({
)}
<div
className={clsx('sessionsList__scrollContainer', {
'sessionsList__scrollContainer--hasFilter': showFilter,
'sessionsList__scrollContainer--hasTabs':
showEnquiryTabs || showSessionListTabs
})}
Expand Down
4 changes: 0 additions & 4 deletions src/components/sessionsList/sessionsList.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ $tabBarHeightDesktop: 53px;
position: relative;
}

&--hasFilter {
padding-top: 82px;
}

&--hasTabs {
padding-top: 0;
margin-top: 0;
Expand Down

0 comments on commit 12f6d74

Please sign in to comment.